Yes Version IIS 6.0. Here is the web.config
<system.web>
<customErrors mode="RemoteOnly"/>
<trust level="Medium"/>
<httpHandlers>
<add verb="*" path="*.ashx" type="Castle.MonoRail.Fram
<add verb="*" path="*.castle" type="Castle.MonoRail.Fram
<!-- block direct user access to template files -->
<add verb="*" path="*.vm" type="System.Web.HttpForbi
<add verb="*" path="*.njs" type="System.Web.HttpForbi
<add verb="*" path="*.brail" type="System.Web.HttpForbi
<add verb="*" path="*.brailjs" type="System.Web.HttpForbi
<add verb="*" path="*.st" type="System.Web.HttpForbi
</httpHandlers>
<httpModules>
<add name="monorail" type="Castle.MonoRail.Fram
</httpModules>
<sessionState mode="InProc" timeout="30"/>
</system.web>
Main Topics
Browse All Topics





by: DevixITPosted on 2009-11-06 at 08:53:19ID: 25760802
have you added it to your web.config?
which version of IIS are you using?