[Message Deleted]
-
[Message Deleted]
-
[Message Deleted]
Hi, it is easy to get the client IP-Address with
Request.ServerVariables["REMOTE_ADDR"]
If the client pc is a part of your intranet than you could try to use DNS to resolve the computer name from the IP. If this is not the case, you could try to accomplish this by using JavaScript, to get the name on the client side and then send this information to your server. Hope this helps. Regards SebastianIt's not a bug, it's a feature! Me in Softwareland.
-
Hi, it is easy to get the client IP-Address with
Request.ServerVariables["REMOTE_ADDR"]
If the client pc is a part of your intranet than you could try to use DNS to resolve the computer name from the IP. If this is not the case, you could try to accomplish this by using JavaScript, to get the name on the client side and then send this information to your server. Hope this helps. Regards SebastianIt's not a bug, it's a feature! Me in Softwareland.
it gives ip address not the computer name please check..anyways thanks for response..
umerumerumer
-
[Message Deleted]
try this one... Dim strcomputername As String Dim host As System.Net.IPHostEntry host = System.Net.Dns.GetHostEntry(Request.ServerVariables.Item("REMOTE_HOST")) strcomputername = host.HostName
-
it gives ip address not the computer name please check..anyways thanks for response..
umerumerumer
I don't think so that you will able to retreive computer name. YoU will just get the IP Address.
cheers, Abhijit My Recent Article : Beginner's Guide To View State
-
it gives ip address not the computer name please check..anyways thanks for response..
umerumerumer
Well that's what I said.
SeMartens wrote:
it is easy to get the client IP-Address with
It's not a bug, it's a feature! Me in Softwareland.
-
[Message Deleted]
You must be the stupidest person on the internet. You have been asked over and over how to get client information from a server. You have been told over and over that this is not possible. Why do you keep asking ?
Christian Graus Driven to the arms of OSX by Vista.