Changing a different account (in place of ASP.NET accont) running in a Web Server

  • Thread starter Thread starter Alice Wong
  • Start date Start date
A

Alice Wong

Is there a way to change the ASP.NET account to some other account in IIS?

thanks,
Alice
 
Thanks for Juan's informative reference.

Hi Alice,

Just take care that ASP.NET worker process setting for IIS5 and IIS6 are
different. For IIS6, it use Application Pool process isolation model:

#Application Pool Settings for Worker Process Isolation Mode
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconapplicationpoolset
tingsforworkerprocessisolationmode.asp?frame=true

#How To: Create a Service Account for an ASP.NET 2.0 Application
http://msdn.microsoft.com/library/en-us/dnpag2/html/PAGHT000009.asp?frame=tr
ue

Hope this also helps.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top