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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
