Hi,
In my ASPNet 2.0 C# web form frmDownLoad.aspx, I have a HyperLink for
clients to download a specific document Report1.doc.
What I want to know is getting the client's public IP and PC's name under
the situation that Report1.doc is downloaded completely.
How do I do that?
Thanks for help.
Jason
Cor Ligthert[MVP] - 29 Sep 2007 06:32 GMT
Jason,
Have a look at the Server Variables
http://msdn2.microsoft.com/en-us/library/ms524602.aspx
A strange name, but that is probably historical.
Cor