how can I get the ip address of the IIS box where an asp.net application is running on? I tried:
HttpContext.Current.Request.ServerVariables["SERVER_NAME"];
Is this at all possible?
how can I get the ip address of the IIS box where an asp.net application is running on? I tried:
HttpContext.Current.Request.ServerVariables["SERVER_NAME"];
Is this at all possible?