if you get an error like this while running Vs2012 project
Failed to register URL "http://{ip_addr}:{port}/" for site "{project_name}" application "/". Error description: Access is denied. (0x80070005)
Solution Open command prompt and run the following command as administrator
netsh http add urlacl url=http://localhost:6162/ user=everyone
Restart Microsoft Windows (WIN), open project and build again.
Thank you for posting at Dotnetfunda
[Administrator]