Apr 3, 2012 at 8:45 PM
Edited Apr 4, 2012 at 12:03 AM
|
Hi there, it seems somehow the N2.ZIP file within the N2 folder isn't being picked up/recognized. We see HTTP Error 403.14 - Forbidden "A default document is not configured for the requested URL, and directory browsing is not enabled on the server."
If the ZIP file is expanded in place, things work great.
Any advice? Thanks in advance
Update:
This is probably due to us running in 'classic' vs. 'integrated' pipeline mode, which we must do to support existing code. I notice in the past N2 supported classic mode, but presently it seems the page virtualizing isn't working for us (i.e. only
the ~/ page is found, all other non-physical page requests get a 404 from the StaticFile handler) - unless we append '.aspx' to our editable URI name . Please advise. Thanks!
|
|
Coordinator
Apr 6, 2012 at 9:56 AM
|
What IIS version are you using? The zip feature probably needs wildcard mapping on IIS6. On IIS7 it should work with default configuration.
|
|
Apr 9, 2012 at 7:50 PM
Edited Apr 9, 2012 at 8:13 PM
|
This is on the local Win 7 Pro IIS (I believe it's IIS 7.5)
It feels like it's still a wildcard mapping issue though, so I'm gonna poke around with that one
Update:
So adding in the wildcard mapping basically did the trick, but Firefox gets upset because the .CSS files within the N2.ZIP are coming back as mime type "text/html" and not "text/css" - and it impedes rendering of the admin view
|
|
Coordinator
Apr 11, 2012 at 8:20 AM
|
Interesting, I'll look into mime types for the zip feature.
|
|