Hi ;
What I am seeking is a way to be able to determine the IP of a visitor when he accesses a webpage , then log it into a database for example ... the database part is no problem , but how do I detect the visitor's IP ??
Printable View
Hi ;
What I am seeking is a way to be able to determine the IP of a visitor when he accesses a webpage , then log it into a database for example ... the database part is no problem , but how do I detect the visitor's IP ??
I believe it is Request.ServerVariables("REMOTE_ADDR")