Error With iis Express!

0

When trying to pass a whole project to another PC, when I run it, I get this error! Already try to change the port in Properties / Web and still continue with the same problem.

    
asked by Daniel abreu 12.05.2017 в 16:20
source

2 answers

1

Along with your .SLN file there is usually a hidden folder called .vs , delete it.

To do so, follow these steps:

  • Close Visual Studio
  • Delete the folder
  • Run Visual Studio and try running your program again.
  • In this folder, IIS Express configurations are saved, which when they move from one computer to another, can cause the problem you are having.

        
    answered by 12.05.2017 / 19:51
    source
    0

    Delete or rename the folder that is automatically created from IISExpress in C: \ Users \ YourName \ Documents \ IISExpress When you run the application, Visual Studio recreates it and it should work for you

        
    answered by 12.05.2017 в 16:39