Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connection question
Message
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Divers
Thread ID:
00638357
Message ID:
00638664
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform