Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What determines aspnet_wp.exe user account?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01021512
Message ID:
01021544
Vues:
50
>>You can use Identity Impersonate tag in the web.config. This will allow you to specify under what account to run your ASP.NET
>
>Hi Dmitry,
>
>Thanks for the prompt reply!
>
>Do you have an example? Do you also have any link(s) to good documentation about web.config?

I just googled on "Indentity Impersonate" and there are tons of resources online.

Here is a simple example from one of my customers web.config:
  <identity impersonate="true" userName="DOMAINNAME\ASPNET" password="friday" />
Basically the above will make your pages run under the account name ASPNET with password "friday".

HTH.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform