Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的解决方案中,我有 5 个网站在 Visual Studios 上本地运行ASP.NET Development Server。
ASP.NET Development Server
在可以找到 ASP.NET 开发服务器使用的所有端口的站点之一的代码中是否有一些代码(C# 或 VB.NET)?
查看Web Administration API,您将需要特别查看Site对象。
尝试。请求.Url.Port
Request.Url.Port // will give the port of the server.