Thursday, January 16, 2014

Fixing IISExpress Host Registration Issue

If you have properly added to the applicationhost.config
<binding protocol="http" bindingInformation="*:<portnumber>:<hostname>" />
and you still get the error then try opening an Administrator cmd window and execute
netsh http add urlacl url="http://<hostname>:<portnumber>/" user=everyone
Follow me on App.net