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?
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?
See this thread Fabio:
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.