[Mono-list] Re: Treating .htm as .aspx with Apache ?

Gavin Hamill gdh at laterooms.com
Mon Feb 20 09:31:00 EST 2006


Robert Jordan wrote:

> You also need to inform System.Web about the .htm extension
> being now a page:
>
> web.config:
>
> <system.web>
>   <httpHandlers>
>     <add verb="*" path="*.htm" type="System.Web.UI.PageHandlerFactory,
> System.Web, Version=1.0.5000.0, Culture=neutral, 
> PublicKeyToken=b03f5f7f11d50a3a" />


Wow :) At least I was right in thinking that it wasn't something obvious 
I was missing :)

Things are moving much further now and I've passed the problem back to 
our devels - thanks for that :)

Cheers,
Gavin.



More information about the Mono-list mailing list