Re: Monorail on IIS7, handling .html extensions

2010-01-26 Thread JakeS
I tried both clear/ and removing the StaticFileHandler like so: handlers remove name=StaticFile / add name=Monorail path=*.html verb=* modules=IsapiModule scriptProcessor=%windir%\Microsoft.NET\Framework \v2.0.50727\aspnet_isapi.dll

Re: Monorail on IIS7, handling .html extensions

2010-01-26 Thread JakeS
Finally got it sorted. Looks like I had to do several things. Here's the mappings: handlers remove name=StaticFile / add name=Monorail path=*.html verb=* modules=IsapiModule scriptProcessor=%windir%\Microsoft.NET

Re: Monorail on IIS7, handling .html extensions

2010-01-26 Thread Ken Egozi
great news:) I'm glad it sorted out for you at the end. On Tue, Jan 26, 2010 at 5:16 PM, JakeS jakesteven...@gmail.com wrote: Finally got it sorted. Looks like I had to do several things. Here's the mappings: handlers remove name=StaticFile /

Re: Monorail on IIS7, handling .html extensions

2010-01-25 Thread John Simons
JakeS, you should also consider upgrading to the release version of Monorail, you can get it from http://www.castleproject.org/castle/download.html Cheers John On 26/01/2010, at 10:07, Ken Egozi egoz...@gmail.com wrote: order of handlers is important. The .html extension is mapped on machine

Re: Monorail on IIS7, handling .html extensions

2010-01-25 Thread Ken Egozi
yup, that also :) (I keep forgetting that) On Tue, Jan 26, 2010 at 1:28 AM, John Simons johnsimons...@yahoo.com.auwrote: JakeS, you should also consider upgrading to the release version of Monorail, you can get it from http://www.castleproject.org/castle/download.html