Monday, October 15, 2012

How to solve: "HTTP could not register URL http://. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details)."


How to solve: "HTTP could not register URL http://. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details)."


This is AddressAccessDeniedException
- Run command prompt as administrator
- Run netsh http add urlacl url=your_URL user=DOMAIN\UserName

Reference
http://blogs.msdn.com/b/amitlale/archive/2007/01/29/addressaccessdeniedexception-cause-and-solution.aspx

No comments:

Post a Comment