I have an ASP.NET mvc that I run on local IIS to debug. When I click the run button in Visual Studio I get this error
"Unable to start debugging on the web server. The web server is not configured correctly."
I click OK and then the IDE attaches normally and debugging works fine despite the error message. How do I get rid of this error message for good?
Note, project is set to wait for request from an external application.