Bankesy Posted January 15, 2015 Posted January 15, 2015 Hello We have recently launched a new website hosted externally to the school whereas the old one was internally hosted. Initially we could not see the new one while in the school but then I discovered a group policy defining that the proxy should be bypassed for our address, say http://www.testschool.testcounty.co.uk So I removed this entry from the policy and sure enough we now see the new website. However we also use something call Home Access Plus which has a room booking system built in and removing the above entry has caused this to stop working. Now I have determined that Home Access Plus is installed to another of our servers by IIS so I want to know how I can tell IIS or that system to still look internally while retaining the external website. Any ideas or help greatly appreciated Thank you in advance
Edu-IT Posted January 15, 2015 Posted January 15, 2015 I think you will need to set up HAP again on a different site in IIS with a different hostname associated with it, such as hap.testschool.testcounty.sch.uk. Then you can create a record on your internal DNS server to point to the IP of the server.
Bankesy Posted January 15, 2015 Author Posted January 15, 2015 You may have pointed me in the right direction with this, I thought if I'm reinstalling why not re-install the latest version? Went through the process and got to the setup which made me think there must be a setup for the existing version and so have found the config page which contains proxy server settings. I can remove the proxy server settings for HAP but cannot save it as I get the following error message: Server Error in '/HAP' Application. -------------------------------------------------------------------------------- Input string was not in a correct format. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.FormatException: Input string was not in a correct format. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +14281969 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +305 HAP.Web.Setup.Save_Click(Object sender, EventArgs e) +924 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +155 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3804 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408 Does any of this make sense to anybody?
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