0

In my ASP.NET MVC Application project, I set the option "Specific port" and set it to 80, but the VS 2010 always chooses a differnt random port number of me.

What do I do to make it keep the port I selected?

Fabio Milheiro
  • 8,100
  • 17
  • 57
  • 96

2 Answers2

1

See this thread Fabio:

Visual Studio 2010 debug in a fixed port

Community
  • 1
  • 1
Thomas Buckley
  • 5,836
  • 19
  • 62
  • 110
1

The solution for this particular problem was using a different port. I managed to use the 80 port through IIS, but that was another option.

Fabio Milheiro
  • 8,100
  • 17
  • 57
  • 96