"Heron" <> wrote in message
news:...
> this.Context.Request.UserHostAddress
>
> ...this maybe, just guessing here
Did you read the thread? That property will return the address of the
firewall, NAT box or other Network-layer device. It will not, in general,
return you something of value, depending on what "value" you want. This
value will not be much good at identifying a particular PC if all the PCs in
the company access the Internet through the same firewall, so that they all
have the same address.
John
> "John Saunders" <john.saunders at trizetto.com> schreef in bericht
> news:ORZr%...
>> "UJ" <> wrote in message
>> news:...
>>> John,
>>> If I get the TCP/IP address at the client end, it will get the local
>>> TCP/IP address right (behind firewall, ....) ? Not the one that it's
>>> using over the network right?
>>
>> Right. And that's as much the "real" IP address as any you're likely to
>> get.
>>
>> Whether this is useful to you depends on what you're trying to do. If
>> you're trying to uniquely identify the client, IP address isn't a good
>> way to do that, as it can change.
>>
>> John
>>
>>
>
>