I have an ASP.NET MVC 4 solution. When I try to run it using Visual Studio 2017, I get following error: Unable to launch the IIS Express Web server. how to fix this error?
right click on project , create virtual directory
I have an ASP.NET MVC 4 solution. When I try to run it using Visual Studio 2017, I get following error: Unable to launch the IIS Express Web server. how to fix this error?
right click on project , create virtual directory
This problem is probably caused by the port being occupied, please try the following steps:
Or you can close the VS solution and delete the applicationhost.config file and re-open the solution, and then check if it works fine.