Visual Studio 2010 debug in a fixed port
Asked Answered
E

2

13

Is it possible to choose a fixed port for the Visual Studio 2010 debug webserver?

Elephus answered 27/5, 2010 at 11:23 Comment(0)
N
24

If it's similar to VS2008, you can do the following to fix the port number:

  1. Click on the web site project node in Solution Explorer
  2. Hit F4 to bring up the properties tool window
  3. Set "Use dynamic ports" to false
  4. Set "Port number" to whatever you need
Nairn answered 27/5, 2010 at 11:31 Comment(0)
A
9

Should appear as an option in the web project properties, 'Web' tab. By default its set to auto-assign but theres an option to set a specific port.

Anagnorisis answered 27/5, 2010 at 11:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.