Reputation: 8474
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?
Upvotes: 0
Views: 1544
Reputation: 8474
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.
Upvotes: 1
Reputation: 6056
See this thread Fabio:
Visual Studio 2010 debug in a fixed port
Upvotes: 1