asp.netiislocalserver

Web Server Could not be found


I Use Win 10 and VS 2015. I'm trying to open project but. it doesnt loaded this message appear :

the web application is configured to use iis the web server could not be found


Solution

  • Two things you need to look at, these are:

    1. Is IIS installed on your machine, press the Start key and type Programs and Features, select Add or Remove Windows Features and check the IIS has been installed
    2. When opening up Visual Studio (if you are running a project that uses IIS) you need to right click the Visual Studio shortcut and select Run as Administrator

    Hope that helps