How to get IP Address of visitor ?

Ranjeet_8
Posted by Ranjeet_8 under ASP.NET category on | Points: 40 | Views : 2014
TextBox1.Text = Convert.ToString(Request.ServerVariables["REMOTE_ADDR"])

Comments or Responses

Posted by: Recursion on: 11/28/2012 Level:Starter | Status: [Member] | Points: 10
Hi just visit http://www.ip-details.com/ here they provide HTML code to trace the ip address of the visitors who visit your site .By using this code in your website creation you can get the text box in the home page of the site which helps you to display the ip address of the visitors who visited you site .

Login to post response