0

I am using VS2015 and I am trying to run a website application, but every time I run the project I can't load the IISExpress because it says that the port 80 is in use, I run the Tcpview.exe from SysInternals to see who was using the port, but seems not to be in use. I found some related threads saying that can be a problem with the antivirus, I am using Symantec.

Here are the properties of the project, as you can see I tried to change the port manually, but it didn't worked

See the picture below

enter image description here

enter image description here

Heinrich
  • 806
  • 2
  • 11
  • 26

1 Answers1

0

It is something weird, if the website is inside a solution, seems that it doesn't load correctly the application and all the time the port is ins use. I solved it using this approach

https://stackoverflow.com/a/34309702/7019416

I just loaded directly using the Visual Studio Option-> Open-> Website and removing the entries from that the post below advice

Community
  • 1
  • 1
Heinrich
  • 806
  • 2
  • 11
  • 26