"Can not start IIS Express Web server" solution

"Can not start IIS Express Web server" solution

Listen to the voice
  • Original
  • |
  • Views: 259
  • |
  • Updated: 2019-07-15 13:02
  • "Can not start IIS Express Web server" solution 1
  • "Can not start IIS Express Web server" solution 2
  • "Can not start IIS Express Web server" solution 3
  • "Can not start IIS Express Web server" solution 4
  • "Can not start IIS Express Web server" solution 5
  • "Can not start IIS Express Web server" solution 6
  • "Can not start IIS Express Web server" solution 7
Read the step by step

When using visual studio debugger code, sometimes error "Can not start IIS Express Web server", the program does not lead to the page and start debugging. This time how to do it?

Tools / materials

 
  • visual studio 2017

Method / Step

 
  1. 1

    Open vs load the project into debug mode, a direct result of pop-up error "Can not start IIS Express Web Server", this time a little nervous, how to do it? In this paper, an example to show vs2017

    "Can not start IIS Express Web server" solution
  2. 2

    Click the right mouse button on a web project, select [Property] -> [web] -> [server] here seems no problem ah, are vs the default address and port number

    "Can not start IIS Express Web server" solution
  3. 3

    [This method] is invalid after Xiao Bian try to find, it was said web project open the project file (ending in .csproj file), then find WebProjectProperties node, the figure of three marquee node content All Clear

    "Can not start IIS Express Web server" solution
  4. 4

    [This method] is invalid Xiao Bian try again, right click on the web project, select [Property] -> [web] -> [server], this time to see the port number is not the port number in Step 2, originally I thought I could solve it

    "Can not start IIS Express Web server" solution
  5. 5

    Debug mode to start the project again, exactly the same results reported out of the error, did not solve the problem. The above method is only small series of individual attempts invalid, I do not know will not be effective to use

    "Can not start IIS Express Web server" solution
  6. 6

    [If] an effective way to use the svn project management source code, then, in the same directory solutions will see a [.vs] folder, assuming you do not see, it should be hidden, set the Show hidden files We can see the clip

    "Can not start IIS Express Web server" solution
  7. 7

    [] An effective way to find the previous step [.vs] folder delete, then re-open the project, you can debug a normal web project, this problem is resolved

    "Can not start IIS Express Web server" solution

Guess you like

Origin www.cnblogs.com/yelanggu/p/11412534.html