theaksy Posted September 27, 2011 Posted September 27, 2011 Hi! Looking forward to getting v7 up and running (and like the look of the new metro style for v7.5) Unfortunately I'm having a bit of a problem getting it up and running. On first glance it looks to be a similar issue with bindings however I'm either missing something really obvious, or somethign else is going on... If I set up with just https binding I get the following error pop up when I enter the user password for the AD connection: SYstem.ServiceModel.ServiceActivationException. In my application event log I also get the message: The exception message is: Could not find a base address that matches scheme http for the endpoint with binding WebHttpBinding. Registered base address schemes are [https].. ---> System.InvalidOperationException: Could not find a base address that matches scheme http for the endpoint with binding WebHttpBinding. Registered base address schemes are [https]. If I add in the http binding then I just get a pop up saying Internal Server Error when entering the password. I have tried adding the site in as a new website and also as a virtual path in an existing website (which was how I got HAP 6 to work). I have also tried removing: from the web.config but doing so sets me Bad Request when I enter the password. I'm pretty sure I've followed the video and the documentation correctly, but I'm obviously missing something. Any suggestions? Thanks!
nickbro Posted September 27, 2011 Posted September 27, 2011 See my previous post on the matter Open ~/Web.config Right down the bottom, try deleting [color=blue] <[/color][color=#a31515]standardEndpoints[/color][color=blue]> [/color] [color=blue] <[/color][color=#a31515]webHttpEndpoint[/color][color=blue]> [/color] [color=blue] <[/color][color=#a31515]standardEndpoint [/color][color=red]name[/color][color=blue]=[/color]""[color=red] helpEnabled[/color][color=blue]=[/color]"[color=blue]true[/color]"[color=red] faultExceptionEnabled[/color][color=blue]=[/color]"[color=blue]true[/color]" [color=red]automaticFormatSelectionEnabled[/color][color=blue]=[/color]"[color=blue]true[/color]"[color=blue]/>[/color] [color=blue] [/color][color=#a31515]webHttpEndpoint[/color][color=blue]>[/color] [color=blue] [/color][color=#a31515]standardEndpoints[/color][color=blue]> [/color]
theaksy Posted September 27, 2011 Author Posted September 27, 2011 Hi Nick Unfortunately that gives me a pop up with Bad Request when I enter the password (that's with HAP as the root directory and as a sub directory)
nickbro Posted September 27, 2011 Posted September 27, 2011 HAP+ doesn't really like being at the root, it prefers a sub folder
theaksy Posted September 28, 2011 Author Posted September 28, 2011 Ah! went back through the setup of the app pool in v6 and se the Identity to NetworkService and we're all up and running! Noticed the timetable page - is this work in progress or is there a report def available to populate it?
Avalon Posted October 10, 2011 Posted October 10, 2011 Everytime I logon regardless of the user account under the email address it has what looks like a disk space bar and has the figure -2% inside it Any ideas what this means and why it appears for every user? is there a way to hide it? Thanks in advance
nickbro Posted October 10, 2011 Posted October 10, 2011 Which version of HAP+ are you running? -2 means something went wrong trying to get the disk space (either via quota or drive space)
Avalon Posted October 10, 2011 Posted October 10, 2011 I am running version 7.2, okay will take a look at that thanks
nickbro Posted October 10, 2011 Posted October 10, 2011 Try upgrading to v7.4, I think I added some code that hides the progress bar if its < 0%
Simmer Posted October 17, 2011 Posted October 17, 2011 Since installing 7.4 and now 7.5 i cant see any drives in the silverlight version of the my computer browser. Ive added the N, T and S drive letters, the basic version shows them ok but not silverlight
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