PDA

Click to See Complete Forum and Search --> : Finding IP of server


sam777
Feb 20th, 2001, 07:59 PM
I made a proggie that has an FTP in it. I would like for the proggie to find the IP address of the server the user logs in to so I can make sure they are using my server and not someone elses server. Is there a way to get the server IP from my proggie?

Thanks,
Sam

Zaf Khan
Feb 20th, 2001, 09:57 PM
Just a guess but maybe

<% = Request.ServerVariables ("SERVER_NAME") %>

DocZaf
{;->