K
Ken Varn
My MSDE database uses Application Roles. When I run my asp.net application
I cannot open the database, I get a Logon Failed exception. I need to be
able to open the DB to run the sp_setapprole stored procedure for my role
access. Is there some other way that I can do this? So far the only way I
can get this to work is to give the ASP.NET process SYSTEM rights. I would
prefer to use the ASPNET user rights.
My connection string is as follows:
"Pooling=false;Server=(local);Integrated Security=SSPI;Database=MyDb"
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
I cannot open the database, I get a Logon Failed exception. I need to be
able to open the DB to run the sp_setapprole stored procedure for my role
access. Is there some other way that I can do this? So far the only way I
can get this to work is to give the ASP.NET process SYSTEM rights. I would
prefer to use the ASPNET user rights.
My connection string is as follows:
"Pooling=false;Server=(local);Integrated Security=SSPI;Database=MyDb"
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------