This is on Win2008 and IIS 7.5.
I am using a domain account for the Identity, and originally this account was in the Administrator account. I have now removed it from that group and added it to IIS_IUSRS instead. (I also added read/write permissions on the web site folder to IIS_IUSRS).
Now when I try to browse the site the App Pool shuts down immediately and I get the error messages shown below.
Shouldn't membership in this group be sufficient to run the web site?
Application pool MMXApplicationPool has been disabled. Windows Process Activation Service (WAS) encountered a failure when it started a worker process to serve the application pool.
Application pool MMXApplicationPool has been disabled. Windows Process Activation Service (WAS) did not create a worker process to serve the application pool because the application pool identity is invalid.
The identity of application pool ...
Go to the complete details ...