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:
If I add in the http binding then I just get a pop up saying Internal Server Error when entering the password.Code: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].
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.Code:<standardEndpoint name="" helpEnabled="true" faultExceptionEnabled="true" automaticFormatSelectionEnabled="true"/>
I'm pretty sure I've followed the video and the documentation correctly, but I'm obviously missing something.
Any suggestions?
Thanks!

