Hector Gonzalez wrote:
Hello, I'm using apache with mod_mono and everything works great, but I have
an old website that has all .asp extensions, (we want to keep the
extensions), is there any way for me to add the .asp extension to the list?
maybe I'm missing something in the mono-side, not just httpd.conf apache,
not sure..

thanks a lot
Hector
The following will work:

<IfModule mod_mime.c>
    AddHandler mono .asp
</IfModule>

Reply via email to