You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's not a duplicate - I have don't have applicationhost.config either, but launch fails with "The following site was not found in the configuration file: 'xxx-9c9bfb49-e198-4318-b49f-fd70d2ad75cb'".
Just as a test, I created a web application, launched VS Code, installed the Extension and fired up IIS Express. I get...
The following site was not found in the configuration file: 'test5-6cccf563-3792-40fa-a7c2-aecbbac2fd75'
In my launchsettings.json file, I have this:
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:26944",
"sslPort": 44394
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"test5": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
The text was updated successfully, but these errors were encountered: