Fabio Milheiro
Fabio Milheiro

Reputation: 8474

Visual Studio 2010 Specific port is modified!

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

Answers (2)

Fabio Milheiro
Fabio Milheiro

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

Thomas Buckley
Thomas Buckley

Reputation: 6056

See this thread Fabio:

Visual Studio 2010 debug in a fixed port

Upvotes: 1

Related Questions