sábado, 17 de octubre de 2009

Mono c# errores 404 y 503

corregir errores 404 y 503 en mono C#
un error similar a 503 (Service Temporarily Unavalable)
y el error de 404 error de directorio / asp net

Solucion al 404 es incluir el archivo de configuracion del modulo mono en el archivo de configuracion de apache2.

"Include /etc/apache2/mods-enabled/mod_mono.conf"

Solucion al error 503 es que talvez se tenga habilitado ambas opciones de aps net 1.1 y 2.0, en este caso es necesario editar el archivo mod-mono.conf y comentar la siguiente linea.

"include /etc/mono-server/mono-server-host.conf" y habilitar la linea
"include /etc/mono-server2/mono-server2-host.conf"

correct errors as 404 and 503 in mono C#
I start getting the error 503 (Service Temporarily
Unavailable). and error / asp net


Solution to 404 is to include the module configuration file mono in the apache2 configuration file.

"Include /etc/apache2/mods-enabled/mod_mono.conf"

Solution to 503 is that maybe you have both options enabled asp net 1.1 and 2.0
in this case it is necessary to edit the mod-mono.conf and comment the next line.

"include /etc/mono-server/mono-server-host.conf" and enable line
"include /etc/mono-server2/mono-server2-host.conf"

No hay comentarios:

Publicar un comentario