Error:Server Application Unavailable

27/08/2003 - 18:14 por Nesary | Informe spam
Podrian decirme que puedo hacer para solucionar ese
problema, cuando ejecuto cualquier aspx, me envia este
error:
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
system event log of the web server. Please review this
log entry to discover what caused this error to occur.
De ante mano Gracias

Preguntas similare

Leer las respuestas

#1 Leonardo Moreno Forero
27/08/2003 - 23:18 | Informe spam
Reviza este enlace:

http://support.microsoft.com/defaul...-us;315158


"Nesary" escribió en el mensaje
news:098e01c36cb6$4bd984a0$
Podrian decirme que puedo hacer para solucionar ese
problema, cuando ejecuto cualquier aspx, me envia este
error:
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
system event log of the web server. Please review this
log entry to discover what caused this error to occur.
De ante mano Gracias
Respuesta Responder a este mensaje
#2 Octavio Telis Aynes
28/08/2003 - 01:07 | Informe spam
Hola... tal vez se deba a una de dos razones típicas para este problema...

Te comento...

1.- No tienes instaladas las extensiones de servidor para ASP.NET, de ser
así, tendrás que instalarlas, por lo general el instalador se encuentra en
la siguiente ruta:

Para el .NET Framework 1.0:
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
Para el .NET Framework 1.1:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

Bien, dentro de esta carpeta encontrarás un archivo llamado
"aspnet_regiis.exe", ejecútalo de la siguiente manera:

aspnet_regiis.exe -i

de esta manera se instalarán las extensiones de servidor.

2.- Si la anterior no soluciona tu problema, entonces puede ser debido a
falta de privilegios de acuerdo a la configuración del .NET Framework en tu
máquina. Esto comúnmente ocurre en Windows 2000 Servers.

Tendrás que ir a la carpeta
Para el .NET Framework 1.0:
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\CONFIG
Para el .NET Framework 1.1:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG

y buscar el archivo "machine.config", abrelo y revisa la siguiente llave:

<processModel enable="true" timeout="Infinite" idleTimeout="Infinite"
shutdownTimeout="0:00:05" requestLimit="Infinite" requestQueueLimit="5000"
restartQueueLimit="10" memoryLimit="60" webGarden="false"
cpuMask="0xffffffff" userName="machine" password="AutoGenerate"
logLevel="Errors" clientConnectedCheck="0:00:05"
comAuthenticationLevel="Connect" comImpersonationLevel="Impersonate"
responseDeadlockInterval="00:03:00" maxWorkerThreads="20"
maxIoThreads="20"/>

Cambia el valor del parámetro userName a "SYSTEM", o sea: userName="SYSTEM".

bueno, espero que sea alguna de estas, la solución.

Saludos...

Octavio Telis Aynés
Desarrollo e Integración
www.tutordes.com/comunidad.net



"Nesary" escribió en el mensaje
news:098e01c36cb6$4bd984a0$
Podrian decirme que puedo hacer para solucionar ese
problema, cuando ejecuto cualquier aspx, me envia este
error:
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
system event log of the web server. Please review this
log entry to discover what caused this error to occur.
De ante mano Gracias
email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida