TheFopp Posted September 25, 2012 Posted September 25, 2012 Hi Guys. Just trying to install the latest V8 of HAP alongside the version we currently use V5.4.4 (I know I'm year's behind!), and I'm having a few issues trying to sort it out. (a Server 2008 box running IIS7) Trying to follow the install video for V7 (presuming that it is basically the same as that for V8) and I'm a bit confused! Problem 1 I've unpacked the files in to a folder called hap in the wwwroot (V5.4.4 is in a folder called extranet). And I've created an Application Pool called HAP, using Net Framework 4 and Integrated Pipeline. I'm then supposed to right-click the HAP application pool choose advanced settings, and under Process Model change the Identity to be ApplicationPoolIdentity .... but the only choices I have are NetworkService, LocalService or LocalSystem. How do I get it to add ApplicationPoolIdentity? For the moment I've kept it as NetworkService as that is what my V5 install is set as. Problem 2 I've altered the Security settings on the items in the hap folder so that Domain Admins and SYSTEM have full access and I've managed to get the relevant access for the IIS AppPool/Hap user (by using the icacls command in the stickies). I then, in IIS, converted the hap site to an application (selecting the hap AppPool), however when I know click on the IIS Authentication I get an error as follows: " There was an error while performing this operation. Details: Filename: \\?\?C:\inetpub\wwwroot\hap\web.config Line number:248 Error: The configuration section 'standardEndpoints' cannot be read because it is a missing section declaration" If I click OK to get rid of the error, the status of all the authentication methods is stuck at Retrieving Status. Any help would be appreciated! Cheers Adrian (PS. ITs probably me just being thick... its quite a while since I did the original setup of V5 of HAP, but didn't really have any problems with it then.... I'm blaming it on me getting older and forgetting things!)
nickbro Posted September 25, 2012 Posted September 25, 2012 Has .net 4 installed correctly? Have you set the app pool to use .net 4? It's odd that you can't set the app to run as HAP+, are you using 2008 R2? Try removing the svg line in the web.config
TheFopp Posted September 25, 2012 Author Posted September 25, 2012 Has .net 4 installed correctly? Have you set the app pool to use .net 4? It's odd that you can't set the app to run as HAP+, are you using 2008 R2? Try removing the svg line in the web.config Hi Nick I presume .net4 is fine because it is running HAP+ V5.4.4 on the same box without a problem. Yes the HAP app pool is set to use .net 4 and integrated pipeline. Its Server 2008 32bit (not R2) The only lines in the web.config I can see that have svg in them are: are they what you mean?
Matt-IT Posted December 7, 2012 Posted December 7, 2012 Hi, I am having the exact same symptoms also with a 2008 (not r2) x64 server. Did you ever get it resolved? I tried deleting from the web.config file but that only made the error report the problem on line 247 instead of 248. Did you ever get the problem resolved? Thanks Matt
sted Posted December 7, 2012 Posted December 7, 2012 did you install dotnet4 before or after iis? if before reinstall dotnet 4 (full not client) if not might be worth a try anyway
Matt-IT Posted December 7, 2012 Posted December 7, 2012 (edited) Reinstalled .NEt 4 from the link in the documentation. Had previosuly installed .net full redist. Didnt make any difference. I got past the error by removing the standardEndpoints section from the web.config entirely. Unfortunately I now have a problem. I cant get certificate to install. Wish there was a guide for doing this with version 8 on IIS 7. I was following the video tutorial which doesnt mention SSL certificates any where. I started follwoing the documentation pdf but thats for IIS6. I tired to import a SSL cert I got from startSSL.com but IIS 7 said the certificate cannot be used. This is giving me a headache..... Edited December 7, 2012 by Matt-IT
nickbro Posted December 8, 2012 Posted December 8, 2012 standardEndpoints is required, please don't remove it! There must be something wrong with your IIS/ASP.net installation as it should work. Can you check to make sure that all windows updates have been installed. That the IIS Application Pool (HAP) is set to asp.net 4 manage pipeline mode
bungalowbill Posted January 10, 2013 Posted January 10, 2013 (edited) I having same issue with 8.6 on 2K8 R2 server and IIS 7, I trying to do new install, added net 4 full, but when I get to the step to enable forms and anonyomous authentication when I open the Authentication option I get an error ........ FileName: \\?\c:\inetpub\wwwroot\wss\virtualDirectories\80\web.config line number 25 there is a duplicate system.web.extensions/scripting/scriptresourcehandler' section defined ?? (Note) its in a virtual directory, I dont need to have anything in the web config file thats in the wwwroot directory or anything do I ?? Edited January 10, 2013 by bungalowbill
nickbro Posted January 10, 2013 Posted January 10, 2013 HAP+ wont work in a virtual directory it needs to be an application, sub directory converted to an application, as per the documentation/videos
bungalowbill Posted January 10, 2013 Posted January 10, 2013 (edited) ok ..thanks for the quick reply Nick, guess I'll have to wait till I build the SP 2013 site then... P.S Doesnt Sharepoint by default create a new websites in the c:\inetpub\wwwroot\wss\virtualdirectories location unless you go and mess with it to tell it an alternate path, so for people using SP there not going to be able to use this app without moving or messing with there SP site ?? Edited January 10, 2013 by bungalowbill
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