[Mono-aspnet-list] HTTP 404 Error with Precompiled asp.net code

jat14 jat14 at psu.edu
Wed May 20 09:36:25 EDT 2009


i compiled a simple example .. i zipped my compiled version..

this is how i compiled
aspnet_compiler -v  \venangotest c:\stage0520
so i zipped the c:\stage0520
so the virtual path is venangotest


ftp to this exact site on the server..
srv\www\htdocs\websites\venangomachine.com\team01


in the httpd config file on the server i put the following



LoadModule mono_module modules/mod_mono.so
   Alias /venangotest
"/srv/www/htdocs/websites/venangomachine.com/team01"
   AddMonoApplications default
"/venangotest:/srv/www/htdocs/websites/venangomachine.com/team01"
   <Location /venangotest>
       SetHandler mono
   </Location>


now i get the following..

is there something wrong in the httpd config file???


Server Error in '/venangotest' 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.

Version information: Mono Version: 2.0.50727.1433; ASP.NET Version:
2.0.50727.1433 

http://www.nabble.com/file/p23635590/stage052.ZIP stage052.ZIP 
-- 
View this message in context: http://www.nabble.com/HTTP-404-Error-with-Precompiled-asp.net-code-tp23635590p23635590.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.



More information about the Mono-aspnet-list mailing list