Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How To get Clients' IP

How To get Clients' IP

Scheduled Pinned Locked Moved ASP.NET
questionsysadmintutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kadkir
    wrote on last edited by
    #1

    Hi All, I want to copy a file from our remotely located web server to clients' machine when they are visiting a particular page on my web site. But how do I get their IP address if they are connected through proxy, Dial-up or any other sort of internet connection? I need your valueble suggestions. Thank U all, Kiran

    E 1 Reply Last reply
    0
    • K kadkir

      Hi All, I want to copy a file from our remotely located web server to clients' machine when they are visiting a particular page on my web site. But how do I get their IP address if they are connected through proxy, Dial-up or any other sort of internet connection? I need your valueble suggestions. Thank U all, Kiran

      E Offline
      E Offline
      Eduard Keilholz
      wrote on last edited by
      #2

      C# Request.ServerVariables["REMOTE_ADDR"] VB Request.ServerVariables("REMOTE_ADDR") Good luck..

      .: I love it when a plan comes together :. http://www.zonderpunt.nl

      A 1 Reply Last reply
      0
      • E Eduard Keilholz

        C# Request.ServerVariables["REMOTE_ADDR"] VB Request.ServerVariables("REMOTE_ADDR") Good luck..

        .: I love it when a plan comes together :. http://www.zonderpunt.nl

        A Offline
        A Offline
        AprNgp
        wrote on last edited by
        #3

        Page.Request.UserHostAddress Will this give client's IP address ?

        Apurv

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups