-----------------------------------------------------------

New Message on MumbaiUserGroup

-----------------------------------------------------------
From: Asif Solkar
Message 2 in Discussion

' Look for a proxy address first 
        Dim _ip As String = ""

        Try
            _ip = 
objPage.Request.ServerVariables("HTTP_X_FORWARDED_FOR").ToString()
        Catch ex As Exception

        End Try

        ' If there is no proxy, get the standard remote address 
        If (_ip = "" Or _ip.ToLower = "unknown") Then
            _ip = objPage.Request.ServerVariables("REMOTE_ADDR")

        End If

The above code will help you trace the ip address of the users . further you 
will have to google a bit to trace the country of the ip address 

More info on server variables is available here

http://www.w3schools.com/asp/coll_servervariables.asp

http://www.freevbcode.com/ShowCode.asp?ID=5615

hope this pushes u ahead 



-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/MumbaiUserGroup/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to