I have a WebSite project in Visual Studio 2008 (not a Web Application project!)
How do I set the ASP.NET Development startup port to a static port in a WebSite project?
|
I have a WebSite project in Visual Studio 2008 (not a Web Application project!) How do I set the ASP.NET Development startup port to a static port in a WebSite project?
| |||||
feedback
|
|
To specify a port for the ASP.NET Development Server - WebSite / WebServices projects
| |||||
feedback
|
|
Press F4 to get the Properties Pane. And then one can get the option mentioned by Backslash17 | |||
|
feedback
|
|
It can't be done with a Website project, the port number is randomly assigned. It's only possible with a Web App Project | |||||
feedback
|