Home All Groups Group Topic Archive Search About

How to get client information?

Author
18 Jul 2006 7:12 AM
Carlos A.
Hello all
I need to know how can I gat some information about people came in my
website such as:
-Browser
-IP address
-Lenguage
-Etc...

    (Visual Studio 2005 VB Code)

Thanks for your support.
C.

Author
18 Jul 2006 7:24 AM
Cor Ligthert [MVP]
Carlos,

The name is a little bit misleading

http://msdn2.microsoft.com/en-us/library/system.web.httprequest.servervariables.aspx

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/9768ecfe-8280-4407-b9c0-844f75508752.asp

It is not always easy to find on MSDN but have a look yourself for those you
need, but what you ask is in it.

I hope this helps,

Cor

Show quoteHide quote
"Carlos A." <CarlosArte***@yahoo.es> schreef in bericht
news:OE$RYmjqGHA.4508@TK2MSFTNGP04.phx.gbl...
> Hello all
> I need to know how can I gat some information about people came in my
> website such as:
> -Browser
> -IP address
> -Lenguage
> -Etc...
>
>    (Visual Studio 2005 VB Code)
>
> Thanks for your support.
> C.
>
Author
18 Jul 2006 7:38 AM
Carlos A.
Muchas gracias :)

C.

Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message
news:OSHWAsjqGHA.4988@TK2MSFTNGP04.phx.gbl...
> Carlos,
>
> The name is a little bit misleading
>
> http://msdn2.microsoft.com/en-us/library/system.web.httprequest.servervariables.aspx
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/9768ecfe-8280-4407-b9c0-844f75508752.asp
>
> It is not always easy to find on MSDN but have a look yourself for those
> you need, but what you ask is in it.
>
> I hope this helps,
>
> Cor
>
> "Carlos A." <CarlosArte***@yahoo.es> schreef in bericht
> news:OE$RYmjqGHA.4508@TK2MSFTNGP04.phx.gbl...
>> Hello all
>> I need to know how can I gat some information about people came in my
>> website such as:
>> -Browser
>> -IP address
>> -Lenguage
>> -Etc...
>>
>>    (Visual Studio 2005 VB Code)
>>
>> Thanks for your support.
>> C.
>>
>
>