- Failed to register URL "http://localhost:55977/" for site "ApplicationName" application "/". Error description: Access is denied. (0x80070005)
- An error occurred attempting to determine the process id of application.exe which is hosting your application. An error occurred while sending the request.
netsh http show urlacl
netsh http add urlacl url=http://*:56183/ user=everyone
netsh http delete urlacl http://*:56183/
