GeekZilla
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
In the event log I got:-
Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied.
The Fix
The fix is to give the IIS_WPG user group read/write access to the directory tree.
The IIS_WPG user group provides the necssary permissions and privileges which are needed to start and run worker processes in an IIS Web server.
Ric is an MCPD Microsoft Certified Professional Developer with over 25 years commercial development experience using Microsoft technologies.
Comments
Wes Groleau
said:
I am getting the same error, but I am not sure this
solution fits, because the app gets the same error on two different servers which are both still running other apps OK. On the "public" server, I compared properties/permissions for the failing app with a working one and found no difference. (Actually, there was one difference but changing it had no effect.)