How can I change IIS Express port for a site

后端 未结 12 1431
死守一世寂寞
死守一世寂寞 2020-11-29 02:32

I want to change the port number on which my website runs while debugging from Visual Studio. I am using Visual Studio 2012, and I am using ASP.NET MVC 4 for my projects I w

12条回答
  •  南方客
    南方客 (楼主)
    2020-11-29 03:13

    If we are talking about a WebSite, not web app, my issue was that the actual .sln folder was somewhere else than the website, and I had not noticed. Look for the .sln path and then for the .vs (hidden) folder there.

提交回复
热议问题