Guys,
I see that time to time localhost port number changes (http://localhost:1519/ ....).
Basically how does it being set or chosen? And when does it change?
Thanks!
|
|
Guys, I see that time to time localhost port number changes (http://localhost:1519/ ....). Basically how does it being set or chosen? And when does it change? Thanks!
|
||
|
|
|
|
It's just a random number:
Although you can specify it yourself by disabling dynamic ports. Take a look at : How to: Specify a Port for the ASP.NET Development Server |
||
|
|
|
|
The setting is placed in the properties of the project. Right click your project file and chose the Web Tab. If it is set to Auto-assigned Port, the Visual studio would randomly give you a port number. But you could chose the Specific port to assign your own port number. |
||
|
|
|
|
You can set it here:
Choose "Use dynamic port = false" |
||
|
|
|
|
You can set this in the properties window on the website, there is an option to assign it as dynamic or choose a fixed port called "Use dynamic port", set this to false and then choose your port number. |
||
|
|