Chuckster Posted October 14, 2014 Posted October 14, 2014 (edited) I've installed HAP 10.4 onto Windows Server 2012 R2. I've followed the video installation of HAP on YouTube, albeit for a version that is 2 revisions earlier. Anyhow, the first error I receive when trying to load the webpage is this: So I remove all this bit Then I get this So I remove the following: And now I get this... I am using a self-created SSL. and directory browsing is enabled. Any ideas? Edited October 14, 2014 by Chuckster
JonZaman Posted October 14, 2014 Posted October 14, 2014 I would put the original web.config file from the downloadable zip folder. Then remove the IIS8 Section and if I remember correctly you may also have above and below it remove these aswell and make sure there is no break in the lines. Also check the permissions are correct on the folders.
Chuckster Posted October 14, 2014 Author Posted October 14, 2014 Tried it with no success. Permission is set as instructed in the video as well as in the documentation.
nickbro Posted October 14, 2014 Posted October 14, 2014 The error indicates that the module section is locked at server level. You can use the following command to unlock the section: %windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/modules 1
nickbro Posted October 14, 2014 Posted October 14, 2014 Also make sure the Windows Feature Internet Information Service/World Wide Web Service/Application Development/ASP.NET x.x is installed IIS 8.0 Using ASP.NET 3.5 and ASP.NET 4.5 : The Official Microsoft IIS Site 1
Chuckster Posted October 15, 2014 Author Posted October 15, 2014 @nickbro your suggestions have worked; thank you. One other thing, once I have done some configuration work I get this... What am I supposed to do in the config file - delete those entries in the highlighted red box?
fairm010 Posted October 15, 2014 Posted October 15, 2014 You need to make the change in the red box once. I get reminded to do it every time but its done. 1
nickbro Posted October 15, 2014 Posted October 15, 2014 I really should detect if it's been done or not but that isn't easy
Chuckster Posted October 15, 2014 Author Posted October 15, 2014 Under the booking system I get Error: unauthorised access You have attempted to access a restricted resource. I have created the lessons and subjects under booking, and I am logged in as the admin. Any ideas?
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