[Mono-list] XSP not compiling asp.net

Gonzalo Paniagua Javier gonzalo@ximian.com
Fri, 21 May 2004 12:36:01 +0200


El vie, 21-05-2004 a las 06:39, Jeff Love escribió:
> I think that I am getting closer to finding the problem. I did some
> playing around and found that every file in my root directory goes
> through mod_mono and xsp, but none of the .aspx pages do. If I try to
> browse to a non-existent .html page I get the Asp.Net 404 error page.
> If I try to browse a non-existent .aspx page, I get the standard
> apache 404 error page. I can't find anything in my httpd.conf file
> that would prevent the aspx pages from going where they need to go. I
> have attached a copy of my httpd.conf and the relevant virtual host
> file.
> 
> I am using the latest copy out of anonymous CVS for mod_mono and XSP.
> I am using the new virtual server feature in XSP. My virtual servers
> appear to work fine and handle non-aspx pages using mod_mono, just not
> .aspx pages.

You should use the Alias command to map from virtual directories to real
ones. They are commented out in httpd.conf.

-Gonzalo