Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connection question
Message
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
00638357
Message ID:
00638664
Views:
19
Web application are run by the ASP .NET worker process which runs under the machinename\ASPNET user. Did you give this account access to SQL Server?

Don't.

Create an explicit SQL Server login and user and use SQL Server authentication.

The other option is to use .NET impersonation feature. There's a setting in the web.config that tells the worker process to impersonate another account. I don't remember what the option is.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform