Results 1 to 2 of 2

Thread: [2005] getting d Client Ip in ASP.NET

  1. #1

    Thread Starter
    Hyperactive Member oyad's Avatar
    Join Date
    Feb 2003
    Location
    PhoxWare MicroSystems
    Posts
    463

    [2005] getting d Client Ip in ASP.NET

    in classical ASP, i can get the Ip address of a client connecting 2 my web application( SERVER Variables of the Request object), am trying 2 figure out how 2 do this in ASP.NET, any clue plz?
    Nobody is smarter than all of us!

  2. #2

    Thread Starter
    Hyperactive Member oyad's Avatar
    Join Date
    Feb 2003
    Location
    PhoxWare MicroSystems
    Posts
    463

    Re: [2005] getting d Client Ip in ASP.NET

    found it!
    MsgBox(Request.RequestType)
    MsgBox(Request.UserHostAddress)
    MsgBox(Request.UserHostName)
    Nobody is smarter than all of us!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width