Yes but there is nothing that the server can do to see past the firewall and
get the client IP address. The client, of course, can do so but not with
the web browser. You would have to write some C# or VB.Net code to run on
the client outside the scope of the browser..
Dale
"Eric Lawrence [MSFT]" <> wrote in message
news:...
> Be sure you understand all of the caveats when doing this-- For example,
all
> users clients behind the same proxy server will appear to have the same IP
> address.
>
> --
> Thanks,
>
> Eric Lawrence
> Program Manager
> Assistance and Worldwide Services
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> "DalePres" <don-t-spa-m-me@lea-ve-me-a-lone--.com> wrote in message
> news:#...
> > Request.ServerVariables["REMOTE_ADDR"]
> >
> > Dale
> >
> > "Alexander Duerloo" <> wrote in message
> > news:X%oVb.3187$...
> > > How can you know the IP-Adress of the client computer that is using
the
> > > ASP.NET application? I am making an application where users can log in
> to
> > > the site, but the server must be able to associate the user's
IP-Address
> > > with a username. Can anyone help me?
> > >
> > > Alexander Duerloo
> > >
> > >
> >
> >
>
>
|