Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What determines aspnet_wp.exe user account?
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01021512
Message ID:
01021544
Views:
44
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform