I'm getting the following error while launching debugger (F5) in Visual Studio:
An error occurred attempting to determine the process id of WebApplication5.exe which is hosting your application. One or more errors occurred.
I've noticed that it happens when I set the applicationUrl (in launchSettings.json) to point to https url:
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "https://localhost:44399/",
"sslPort": 44399
}
}
It started happening after I upgraded .net code tools from RC2 to RTM. Please help