我需要提供我的ASP.NET页面的服务器的IP地址。我可以在ASP.NET页面上从我自己的代码中获得它吗?我曾希望它可能在HttpContext中,但这可能是一个天真的假设。
// This is NOT what I want
// This is the URL I see in the browser
// I want the IP address of the server instead
string IP = HttpContext.Current.Request.Url.ToString();