A Alice Wong Mar 8, 2006 #1 Is there a way to change the ASP.NET account to some other account in IIS? thanks, Alice
J Juan T. Llibre Mar 8, 2006 #2 "How To: Create a Custom Account to Run ASP.NET" http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/secnetht01.asp "ASP.NET Required Access Control Lists (ACLs)" http://msdn2.microsoft.com/en-us/library/kwzs111e.aspx Juan T. Llibre, asp.net MVP aspnetfaq.com : http://www.aspnetfaq.com/ asp.net faq : http://asp.net.do/faq/ foros de asp.net, en español : http://asp.net.do/foros/ ===================================
"How To: Create a Custom Account to Run ASP.NET" http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/secnetht01.asp "ASP.NET Required Access Control Lists (ACLs)" http://msdn2.microsoft.com/en-us/library/kwzs111e.aspx Juan T. Llibre, asp.net MVP aspnetfaq.com : http://www.aspnetfaq.com/ asp.net faq : http://asp.net.do/faq/ foros de asp.net, en español : http://asp.net.do/foros/ ===================================
S Steven Cheng[MSFT] Mar 9, 2006 #3 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.)
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.)