IIS7 default document for urlMapped url throws 403 error
- by MorningZ
Hopefully this all makes sense:
I have a Web Application project against an IIS7 server that is "theme-able" using different master pages.
As a result of what I am trying to do, the root of the project has no aspx files, so I am using the web.config's ability to rewrite "~/default.aspx" to "~/themes/a/default.aspx"
this works great as long as i…