Seguimiento a Respuestas de Otros Expertos

Wednesday, January 03, 2007

Server Application Unavailable

Escrito originalmente por Humberto Martinez http://comunidadnetmonterrey.org/blogs/humbertomartinez/default.aspx

Recientemente me toco instalar un servicio sobre un Windows Server 2003 y me arrojaba el siguiente y fatidico error:
Server Application UnavailableThe 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.me fui directo al visor de eventos (event viewer pa los gringos) y me tope con los nada amistosos mensajes:
aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the ..NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account.
Y...
aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid.Asi que despues de andar preguntandole a San Google y probando varias sugerencias, me parecio buena idea ponerles aqui el resumen de la solucion ...
Resulta que aparentemente al instalar el framework 1.1 SP1 suceden algunas cosas que pueden en ocasiones generar problemas, en mi caso lo que paso fue que se perdieron algunos permisos sobre carpetas en las que el usuario ASPNET debe tener acceso entonces el paso a paso seria algo asi:
Revisa que la cuenta ASPNET tenga los siguientes permisos:

%windir%\Microsoft.NET\Framework\Version\Temporary ASP.NET Files: Full Control

%windir%\Temp: Full Control

Application folder: Read

%installroot% hierarchy (for example, %windir%\Microsoft.Net\Framework\Version): Read

%windir%\Assembly: Read
Despues reinicia el IIS y listo!, de cualquier forma les dejo algunos links por si esta solucion no funciona para ustedes:
http://www.ironspeed.com/Designer/4.1.0/WebHelp/Part_VI/Server_Application_Unavailable.htmhttp://support.microsoft.com/default.aspx?scid=kb;en-us;811320http://weblogs.asp.net/jambrose/archive/2004/09/01/224226.aspxhttp://support.microsoft.com/default.aspx?scid=kb;en-us;323292http://support.microsoft.com/default.aspx?scid=kb;en-us;315158