Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Get visitor location ( ASP.NET)
SUBMITTED BY:
Guest
DATE:
Aug. 24, 2013, 7:32 p.m.
FORMAT:
Text only
SIZE:
211 Bytes
Raw
Download
Tweet
HITS:
1456
Go to comments
Report
string userHost = Request.ServerVariables["HTTP_X_FORWARDED_FOR"];
if (String.IsNullOrEmpty(userHost) ||
String.Compare(userHost, "unknown", true) == 0){
userHost = Request.UserHostAddress;}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus