Vista - IP Address

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Santel

    Vista - IP Address

    Hi,

    Anyone please suggest me to retrieve the Vista machine's IP Address
    from asp.net. I tried Request.ServerV ariables["REMOTE_ADD R"], but no
    success.

  • Mufaka

    #2
    Re: Vista - IP Address

    Santel wrote:
    Hi,
    >
    Anyone please suggest me to retrieve the Vista machine's IP Address
    from asp.net. I tried Request.ServerV ariables["REMOTE_ADD R"], but no
    success.
    >
    Try Request.UserHos tAddress.

    Comment

    • Santel

      #3
      Re: Vista - IP Address

      Thanks for the update. But this also returns the same value "::1"

      Comment

      • Mark Rae [MVP]

        #4
        Re: Vista - IP Address

        "Rick Strahl" <rickstrahl@hot mail.comwrote in message
        news:28BD6D49-079F-4D9D-A037-170E8EBDC3FD@mi crosoft.com...
        Indeed... :-)
        Not sure though what the perf implications are of doing this.
        I haven't noticed any so far...


        --
        Mark Rae
        ASP.NET MVP


        Comment

        Working...