RCoon Posted January 29, 2019 Posted January 29, 2019 (edited) I've followed the guide to the letter, added the SSL certificate, and set up the correct folder permissions (Server 2019 no longer uses "IIS AppPool\HAP" as a valid permissions object so it's currently IISUSER). I'm getting the following error: EDIT: Blitzed the whole server and started fresh, works now. Edited January 29, 2019 by RCoon
RCoon Posted January 29, 2019 Author Posted January 29, 2019 (edited) Alright, ASP.net wasn't installed correctly. Managed to get further but now my webpage looks like this: EDIT: Cleansed the code in the web.config file that stopped the css from loading. Edited January 29, 2019 by RCoon
RCoon Posted January 29, 2019 Author Posted January 29, 2019 I've now completed the setup, however nobody can access their network drives. When you click on the home drive (mapped as %homedir%) or a network mapped drive, it just loads endlessly.
timbo343 Posted January 30, 2019 Posted January 30, 2019 It would seem there's major issues with 10.5 and 10.6 HAP installs. I too am experiencing issues with HAP and i don't know if it's down to an update or the domain function level.
nickbro Posted January 31, 2019 Posted January 31, 2019 Remember to remove the section which says in the web.config file
RCoon Posted February 1, 2019 Author Posted February 1, 2019 Pretty much solved everything thus far, however numerous random staff are geting MAP/ errors saying their usernames are incorrect, when in fact, they aren't. I've tested a couple of generic staff and student users and they log in fine.
timbo343 Posted February 1, 2019 Posted February 1, 2019 Have a look at this post, it might be the same issue.
Jawloms Posted June 24, 2019 Posted June 24, 2019 I've followed the guide to the letter, added the SSL certificate, and set up the correct folder permissions (Server 2019 no longer uses "IIS AppPool\HAP" as a valid permissions object so it's currently IISUSER). I'm getting the following error: [ATTACH=CONFIG]51961[/ATTACH] EDIT: Blitzed the whole server and started fresh, works now. I'm trying to do this and also can't see "IIS AppPool\HAP". In fact, a lot of the instructions seem to be inadequate now. Do you have any info on how you did it please? Or does anyone else have some more up-to-date guidance? Thank you Stuart
Jawloms Posted June 25, 2019 Posted June 25, 2019 Edit the web.config and look for Thanks, done that. What about the "IIS AppPool\HAP" bit? Do I not need to do that?
Jawloms Posted June 25, 2019 Posted June 25, 2019 OK, got there! Thanks, however..... Now when I go to http://hapserver/hap, it obviously does something as the address changes to https://hapserver/hap/setup.aspx but says; This site can’t be reached hapserver unexpectedly closed the connection. Try: Checking the connection Checking the proxy and the firewall Running Windows Network Diagnostics ERR_CONNECTION_CLOSED What next..... Stuart P.S. I have to say the documentation on installing this is pretty dire. If I did a new one, who would I give it to?
Jawloms Posted June 25, 2019 Posted June 25, 2019 (edited) Right, blitzed the server and installed everything afresh following the video (which I have to confess I had ignored previously as it said v8 so I assumed it wasn't relevant) and am now at the point of the first post in this thread! Unfortunately for me, the OP @RCoon solved it by blitzing the server and starting again! Anyone got any pointers please? I have removed the iis 8 bit in web.config, added a self certified cert, and done the iis apppooldata\hap settings. This is on a fresh server 2019 install. I am up to about 9:30 in the vid. If I browse to the server name, I get the IIS screen, if I browse to server/hap I get the screenshot in post #1. Stuart Edited June 25, 2019 by Jawloms
Jawloms Posted June 26, 2019 Posted June 26, 2019 Other than removing the iis 8 bit, I haven't modified anything from the original download;
Jawloms Posted July 8, 2019 Posted July 8, 2019 (edited) OK, I'm still moving on. It now presents with a logon page, but gives an Internal Server Error 500 when entering a valid username and password. If I enter invalid credentials it tells me they are wrong. I've been through the setup.aspx. Edited July 8, 2019 by Jawloms
Jawloms Posted July 9, 2019 Posted July 9, 2019 OK, when I try it on the server I of course get the much more detailed error page. It says; HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Detailed Error Information: Module DefaultDocumentModule Notification ExecuteRequestHandler Handler StaticFile Error Code 0x800700b7 Config Error Cannot add duplicate collection entry of type 'add' with unique key attribute 'value' set to 'default.aspx' Config File \\?\C:\inetpub\wwwroot\web.config Requested URL https://dhs-hap-01:443/HAP Physical Path C:\inetpub\wwwroot\HAP Logon Method Forms Logon User shawkins Config Source: 5: 6: 7: More Information: This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error. View more information » Please, anyone?
Duke5A Posted July 10, 2019 Posted July 10, 2019 I just went through this and blew a good portion of the day getting it working. It was a fresh load of Server 2019 as the old install was 2008. I'm trying to get everything updated before it goes EOL. Do not use HAP 10.6 as it will do that endless loading bug when attempting to access shared folders. Version 10.5 does not have this bug. Anyways, the video guide even though it's for V8 is still relevant for V10. You need to make sure you have ASP .Net installed before going through all of this as a stock IIS install does not include it. When adding the IIS role: Web Server (IIS) > Web Server > Application Development .Net Extensibility 3.5 .Net Extensibility 4.7 ASP.NET 3.5 ASP.NET 4.7 You're going to need the installation ISO of Server 2019 to complete this step. Mount it and add '\sources\winsxs' to installation path. As noted prior in the thread be sure to take out that snippet on the web.config regarding IIS8 or the CSS will be messed up. The above should give you what you need to proceed and the video will cover the rest. 1
Jawloms Posted July 11, 2019 Posted July 11, 2019 I've tweaked so many things to try and get various bits to work, I've lost track now. I think I'll blitz it again and install 10.5, I didn't know about the 10.6 bug, but now you've pointed it out I've checked and I'm suffering with that too!
timbo343 Posted July 11, 2019 Posted July 11, 2019 I've tweaked so many things to try and get various bits to work, I've lost track now. I think I'll blitz it again and install 10.5, I didn't know about the 10.6 bug, but now you've pointed it out I've checked and I'm suffering with that too! I've just had to create a new server so i am planning on typing up my own guide today / tonight if you can wait for Server 2019 and HAP 10.5. 1
timbo343 Posted July 11, 2019 Posted July 11, 2019 (edited) @Jawloms I've created a HOW TO Guide which might be of some use. Installing HAP on Windows Server 2019.pdf Edited July 11, 2019 by timbo343 3
Jawloms Posted July 12, 2019 Posted July 12, 2019 https://github.com/techienickb/hap/releases Ah! I didn't scroll down Thank you
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