Is there a way to get ip address by using ASP page? If so, how? Thanks.
Yes, the REMOTE_HOST or REMOTE_ADDR CGI variables should hold the IP. (REMOTE_HOST may get the server name or the ip address). Code: Response.Write Request.ServerVariables("REMOTE_ADDR")
Response.Write Request.ServerVariables("REMOTE_ADDR")
Josh Get these: Mozilla Opera OpenBSD I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
Forum Rules