HTTP cocould not register URL http: // +: 86/. Set VS to open with Administrator permission by default, registervs
When using visual studio 2013 to start self host webapi, the following error occurs: The detailed error message is as follows: HTTP cocould not register URL http: // +: 86 /. your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink? LinkId = 70353 for details
Probably it means security-related issues that can be followed by http://go.microsoft.com/fwlink? The prompt in LinkId = 70353 is resolved. You can also start visual studio 2013 with the administrator privilege. The problem can also be solved. The VS with the administrator privilege can be opened with the administrator keyword.
To automatically use the Administrator permission for each startup, You need to configure the registry and enter regedit in the cmd window of the Registry.
In the Registry "HKEY_CURRENT_USER \ Software \ Microsoft \ Windows NT \ CurrentVersion \ AppCompatFlags \ Layers,
New String: "E: \ CusApp \ Microsoft Visual Studio 11.0 \ Common7 \ IDE \ devenv.exe", value: "~ RUNASADMIN ". Use devenv.exe to obtain administrator privileges.
After this setting, every time you open VS, It is the administrator privilege.
Reference