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
\Framework\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified"
requireAccess="Script" />
                  <add name="StaticF" path="*" verb="*" 
modules="StaticFileModule"
resourceType="File" />
          </handlers>

I also had to turn on 32-bit mode in IIS7:
%windir%\system32\inetsrv\appcmd set config -section:applicationPools -
applicationPoolDefaults.enable32BitAppOnWin64:true

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to