1. Howto refresh IIS 6 Application pool identity credential info ? - IIS Server Security
2. IIS 6.0 Application pool does not start - identity problem
Gurus, Running Windows Server 2003 SP2. I'm currently having a problem with an IIS 6.0 application pool. It seems everytime I restart the server I get the error message "At least one service or driver failed to start" and when I look in the event log it's always due to an application pool not starting - the event log indicates the cause is due to a bad identity. I am using an Active Directory user account for this application pool (not Network Service). When I plug in the password to this account I can successfully start the application pool but when I restart the server this application pool does not start on it's own and again barks about a bad identity in the event logs. Anyone seen this behavior or have a recommendation for a fix? -- Spin
3. how to programatically retrieve application pool identity in IIS 6
5. IIS application pool identities and ASP.NET
6. a few questions about application pool identities (IIS 6.0)
I have a few questions about application pool identities: 1) Would there be any problem with using Local Service as an application pool identity? I see it is in the IIS_WPG group so I presume it will be ok. I don;t want to use Network Service since that's used in another application pool and I want to keep my two pools as separate as possible. 2) I notice also that Local System is one of the "predefined" IDs in the IIS Manager (in the identity tab of application pool properties). What does it means to be "predefined"? Does it mean that it's a good choice to use? I would have thought that Local System would be a bad choice as an application pool identity becuase it's so powerful. 3) Is there anything wrong with using IWAM as the application pool identity? Again, that's in the IIS_WPG group so I presume it's ok. Any help would be greatly appreciated
7. iis 6.0 application pool identity
8. IIS 6.0 -- Application Pool Identity same as Iusr
Hi! What are the risks of having the IUSR as the application pool identity.ie, what are the risks of having the application pool identity to anonymous user. If no risks exist then why did they even have these two as separate? Thanks,