Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: How do I reset ASPNET user account's password?


Message #1 by jack he <xiaoganghe@y...> on Tue, 3 Sep 2002 10:25:10 -0700 (PDT)
How do I reset ASPNET user account's password?

Thanks,
Jack

By default, the asp.net applications are designed to
run under the ASPNET user account context..
But this is a weak account.
You have to make some arrangements for the ASPNET user
to process your applications and web services.

Reset your ASPNET user account's password.
Then go to,
%systemroot%\Microsoft.NET\Framework\v1.0.3705\
folder , Give access,read write permissions for the
"Temporary ASP.NET Files" folder , to the ASPNET user.

go to ,
%systemroot%\Microsoft.NET\Framework\v1.0.3705\CONFIG
folder. Edit the "machine.config" file,
Find the node "<processModel" , and update the 
"userName" attribute as "ASPNET" ,or (if you use a
domain account, DOMAIN\ASPNET, or etc..) and 
password attribute as the ASPNET's password.

You may repeat these steps with a new user account you
create..

Berkay

If you wish you may also create a new account and
repeat all steps i said above..

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

  Return to Index