用于获取ASP.NET Development Server使用的所有端口的代码

时间:2013-01-30 08:50:16

标签: c# asp.net .net vb.net port

在我的解决方案中,我有5个在Visual Studio ASP.NET Development Server本地运行的网站。

其中一个站点的代码中是否有一些代码(C#或VB.NET)可以找到ASP.NET开发服务器使用的所有端口?

2 个答案:

答案 0 :(得分:1)

看看Web Administration API,您需要特别注意Site对象。

答案 1 :(得分:0)

尝试。 Request.Url.Port

Request.Url.Port // will give the port of the server.