Title: Fixing Debugging Port in VS 08
Date: 2012-08-27 14:14:28
Tags:#
- Click on the project name you want to set in the Solution Explorer.
- Press F4 to open the properties panel, click on the dropdown list next to "Use dynamic ports" and select false. This will activate the "Port number" property.
- Then, click on the text box above "Port number" and enter a fixed port number. This way, when running the project, the built-in Web server in VS2008 will listen on the port you specified.