el problema es que no me encuentra los archivos asp y no se que estoy haciendo mal, esta es la configuracion que tengo.
Cita:
al teclear la ruta (localhost:8080/asp/prueba.asp) en el explorardor me manda un error 404#
#Configuracion para MONO
#
#Alias /asp "/usr/share/doc/xsp/test"
MonoApplications "/var/www/html/asp/"
<Directory /var/www/html/asp/>
SetHandler mono
</Directory>
#Configuracion para MONO
#
#Alias /asp "/usr/share/doc/xsp/test"
MonoApplications "/var/www/html/asp/"
<Directory /var/www/html/asp/>
SetHandler mono
</Directory>
Cita:
Alguien sabe a que se debe??Server Error in '/' Application
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /asp/prueba.asp
Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /asp/prueba.asp
Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433
NOTA: ya tengo instalado el mod_mono y el xsp
gracias por su tiempo y ayuda
Otra Nota, si en la url escribo localhost:8080/prueba.asp
descarga el archivo que tengo en /var/www/html/asp con el codigo que intento probar
y otra cosa mas, si en mi carpeta /var/www/html/asp coloco un archivo index.html si lo carga pero no me interpreta el codigo asp