becmjt Posted November 9, 2015 Posted November 9, 2015 Hi I am setting up HAP on a 2012 R2 Server IIs8, amended the web.config file to take the IIs 8 lines out that are not needed sparked up http//'mydomain'/hap/setup.aspx in a browser and it displays the configuration form as expected but I get this message every time I press save. I have tried to copy the suggested script into web.config but then hap just does not work. What am I doing wrong?
round2it Posted November 9, 2015 Posted November 9, 2015 I found this was not very well documented and still need to get this sorted before going live. - - - Updated - - - Maybe simeone can post a correctly cofigured config file for us to compare.
NokiX Posted November 9, 2015 Posted November 9, 2015 (edited) Below is a working web.config from my development server: If this doesn't work I recommend reinstalling HAP as it can be a bit buggy sometimes so you will need to play around with it since documentation is pretty sparse as round2it mentioned. Edited November 9, 2015 by NokiX 1
nickbro Posted November 9, 2015 Posted November 9, 2015 The warning at the top is explaining how to lock down the setup.aspx page so only Domain Admins can access it, open web.config in notepad, find the section at the top (the to is meant to be on the line below), then replace the whole lot with the new bit. 1
becmjt Posted November 9, 2015 Author Posted November 9, 2015 Thanks had a senior moment didn't see the 'to', done as suggested didn't make any difference at all, what next?
nickbro Posted November 9, 2015 Posted November 9, 2015 You shouldn't notice any difference, it will just mean that you have to be logged in to access setup.aspx, by default this is accessible to everyone.
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