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

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Follow me on App.net