[Mono-list] add .asp to mono handler

Gonzalo Paniagua Javier gonzalo.reply.to.the.list.iam.subscribed@ximian.com
Thu, 16 Sep 2004 02:36:00 -0400


On Wed, 2004-09-15 at 16:30, 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..

Look at machine.config file (should be in $PREFIX/etc/mono) and search
for "*.aspx" (including quotes). Copy that like and remove the 'x'.

Also if you're using AddHandler instead of SetHandler, add the .asp
extension.

-Gonzalo