HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"]

"Andy C" <collierandrew@hotmail.com> wrote in message
news:0e1501c36729$a5e4c820$a601280a@phx.gbl...
> How can I tell what an incoming user's IP address is from
> my ASP.Net application?
>
> Thanks