Groups | Blog | Home
all groups > dotnet web services > february 2007 >

dotnet web services : Changing the account that ASP.Net uses.


UJ
2/12/2007 8:24:05 AM
How do I change the account that ASP.Net uses on the server? I at the very
least want to change the password.

TIA - Jeff

Mariano Omar Rodriguez
2/12/2007 7:46:21 PM
You can use different ways:

IIS 5

- Put the tag impersonate in the web.config with an specific userName and
password.
- Modifiy the user running asp.net by modifing the processModel tag in
machine.config.

IIS 6

- Change the user running the application pool.

You'll need assign special permissions to the user running ASP.NET, take
look to this article:

http://msdn2.microsoft.com/en-us/library/kwzs111e.aspx
http://msdn2.microsoft.com/en-us/library/ms998297.aspx


[quoted text, click to view]
AddThis Social Bookmark Button