403 is a HTTP status code that tells the user/application that they do not have permission to access the requested document/webpage.
1
vote
1answer
927 views
How can IIS 7.5 have the error pages for a site reset to the default configuration?
A mishap occurred with web.config to accommodate a subsite existing. I made use of “<location path="." inheritInChildApplications="false">”. Essentially it was a workaround put in place for ...