Setting static port number on Visual Studio Dev Server with a WebSite project

前端 未结 4 993
天命终不由人
天命终不由人 2020-12-16 16:10

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

4条回答
  •  甜味超标
    2020-12-16 16:23

    It can't be done with a Website project, the port number is randomly assigned.

    It's only possible with a Web App Project

提交回复
热议问题