Unable to launch the ASP.NET Development server because port '1900' is in use

前端 未结 19 1101
长情又很酷
长情又很酷 2020-12-09 08:47

I was developing just fine in VS 2008 and testing my ASP.NET web site on my development server when suddenly I was unable to run my web site anymore. As soon as I hit F5, th

19条回答
  •  自闭症患者
    2020-12-09 09:23

    In the website portion of the project, right click and do "Properties Window" NOT "Property Pages" Change "Use Dynamic Ports" to TRUE. You can keep 80 there if it's the port listed--the key is to Use Dynamic Ports.

提交回复
热议问题