using Request.ServerVariables we can get the users ip address below statement prints the user's ip on broswer
<% Response.Write Request.ServerVariables("REMOTE_ADDR") %>
Learn to Develop an iPhone or iPad App in 4 Weeks Learn the latest and greatest markup language in the market with Robin Nixon(HTML & HTML5) Now $29 Only(75% Off)
using
Mon, 11/17/2008 - 23:16 — adminusing Request.ServerVariables we can get the users ip address
below statement prints the user's ip on broswer
<% Response.Write Request.ServerVariables("REMOTE_ADDR") %>