P
pedestrian via DotNetMonster.com
I've created an asp.net 1.1 page for development machine running on IIS 5.0
(deployment machine running IIS 6.0).
The page use ADO.NET (OLE DB) to call a stored procedure in the SQL Server
2005 that drop a table and recreate it.
The issue now is that the default ASPNET identity for asp.net doesn't have
the permission to drop the table using the mentioned stored procedure. Is
there any way to assign the permission?
Thank you.
(deployment machine running IIS 6.0).
The page use ADO.NET (OLE DB) to call a stored procedure in the SQL Server
2005 that drop a table and recreate it.
The issue now is that the default ASPNET identity for asp.net doesn't have
the permission to drop the table using the mentioned stored procedure. Is
there any way to assign the permission?
Thank you.