great news:) I'm glad it sorted out for you at the end.
On Tue, Jan 26, 2010 at 5:16 PM, JakeS <[email protected]> wrote: > 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]<castle-project-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > -- Ken Egozi. http://www.kenegozi.com/blog http://www.delver.com http://www.musicglue.com http://www.castleproject.org http://www.idcc.co.il - הכנס הקהילתי הראשון למפתחי דוטנט - בואו בהמוניכם -- 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.
