adamf Posted July 17, 2013 Posted July 17, 2013 I'm just in the process of setting HAP v9.0 on Server 2008 R2, IIS 7.5, followed the instructions have attempted to browse to the site and got an internal server error 500.19 with the following error: This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false". Config Source 123: 124: 125: Any ideas what has gone wrong?
nickbro Posted July 17, 2013 Posted July 17, 2013 You need to replace your web.config file, it's out of date
adamf Posted July 17, 2013 Author Posted July 17, 2013 Replace it with one from where? This one came out of the zip file downloaded from the website.
adamf Posted July 17, 2013 Author Posted July 17, 2013 I copied everything across from the zip to start with. I've done that again, got the same internal server error, but this appears to be the problem: 117: 118: 119: So I remove line 118 (maybe that is not what I should be doing) and I end up with the error at the start of the thread.
nickbro Posted July 17, 2013 Posted July 17, 2013 Click "Start button" in the search box, enter "Turn windows features on or off" in the features window, Click: "Internet Information Services" Click: "World Wide Web Services" Click: "Application Development Features"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now