当前位置: 代码迷 >> ASP.NET >> 在Global.asax中怎么获取客户端IP?
  详细解决方案

在Global.asax中怎么获取客户端IP?

热度:292   发布时间:2013-02-25 00:00:00.0
在Global.asax中如何获取客户端IP?急!~~~~~~~~~
在Global.asax中如何获取客户端IP?就是想在会话开启时(Session_Start)获取客户端IP

------解决方案--------------------------------------------------------
HttpContext.Current.Request.UserHostAddress
  相关解决方案