Unable to launch the IIS Express Web server.

Posted by Vuyiswamb under Error and Solution on 4/4/2014 | Points: 10 | Views : 16807 | Status : [Member] [MVP] [Administrator] | Replies : 0

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]



Responses

(No response found.)

Login to post response