Jump to content

DavidR

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

About DavidR

Personal Information

  • Occupation
    IT Director
  • Location
    Franschhoek

Employer (optional)

  • Company Represented
    Bridge House School
  1. I reversed the location setting in web.config so that I can access startup.aspx. Evertime I click save I get this errror: Server Error in '/hap' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object. 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.NullReferenceException: Object reference not set to an instance of an object. 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: [NullReferenceException: Object reference not set to an instance of an object.] HAP.Web.Setup.Save_Click(Object sender, EventArgs e) +77 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +153 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3706 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272 My view of the strtup.aspx is different to the one in the installation video: tabbed not sections, but that is just a theme setting, I guess. Still getting the IIS7 Integrated pipeline red cross. Whenever I try to add an OU in the AD -> Active Directory User List OUs section I receive a "Message from webpage" - "Internal Server Error" DavidR
  2. I am am using IIS7.5 on Server 2008 R2 Standard Sp1 running as a Hyper-V virtual machine on a Server 2008 R2 host. I am using IE9 as my browser on the server. When I try to going to /hap/setup.aspx, I am redirected to login.aspx when I am not able to login. Do I need to do anything on my server to sort out the integrated pipeline check issue? As I can not get to that page anymore I can not tell if it is there or not. DavidR
  3. Thanks Nic, Got that sorted out now, but I did not get a tick next to pipeline integration. When I saved the general page and clicked on the AD page, I received an error telling me to add in the section. When I did this, I was presented with a login screen when I went to setup.aspx page. I am not able to log in to this page (using username or domain\username). I get an invalid login whenever I try. I have not been able to enable "Forms Authentication" for the site because that option is not available - only anonymous, basic and windows authentication are availbe - only anonymous is enabled. I am not sure how to enable forms authentication if it is not available as an authenication method. The .NET framework Version is set to 4.0 for the website. DavidR
  4. This posting discusses the issue: IIS7 Error: cannot add duplicate collection entry of type Sorry - I can not give you the link - I am blocked by the forum software... Googe it yourself if you want to see it. A number of mime type associations are removed by the web.config before line 108, but .svg is added here without being removed above. This causes a duplication of associations. If a remove line were to be added, it would not result in this error. If the association was not required, it would cause a problem to remove it and if it was required it would prevent the duplication error. Once this removed, the association is inherited from the server and is not required here. This allows for the correct display of the setup.aspx file. DavidR
×
×
  • Create New...