Changing project port number in Visual Studio 2013

前端 未结 8 1820
别那么骄傲
别那么骄傲 2020-11-27 17:28

How can I change the project port number in Visual Studio 2013 ?
I\'m using ASP.Net and I need to change the port number while debugging in Visual Studio 2013.

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-27 17:59

    • Open Solution file (.sln) in Editable mode (Notepad or notepad++ or any other tool)
    • Find tag name VMDPort and update it to your desired port.

    see below snap.

提交回复
热议问题