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.
我的网站位于 8 个不同的 IIS 服务器中,并使用负载平衡器进行控制。当我请求任何页面时,我想确定哪个 IIS 服务器(IP 或域名)响应请求?如何在 ASP.Net MVC Web 应用程序中执行此操作?
您可以从当前的HttpContext.
HttpContext
HttpContext.Current.Server.MachineName