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 proje
It can't be done with a Website project, the port number is randomly assigned.
It's only possible with a Web App Project