G Guest Feb 23, 2007 #1 I want to get IP address from pc where applications or web page is running. How can I get it? Is there anyone who knows about it? thanks
I want to get IP address from pc where applications or web page is running. How can I get it? Is there anyone who knows about it? thanks
J John Timney \(MVP\) Feb 23, 2007 #2 are you trying to get this in an asp.net page - if so then Request.ServerVariable( "REMOTE_ADDR" ) should give you it Regards John Timney (MVP) http://www.johntimney.com http://www.johntimney.com/blog
are you trying to get this in an asp.net page - if so then Request.ServerVariable( "REMOTE_ADDR" ) should give you it Regards John Timney (MVP) http://www.johntimney.com http://www.johntimney.com/blog
K kRUSty Mar 2, 2007 #3 And if it not an ASP.Net-page? I've written an dll, hooking the event ItemAdded. Now, I want to send an TCP-message to computer, which has triggered this event. Greetings, kRUSty EggHeadCafe.com - .NET Developer Portal of Choice http://www.eggheadcafe.com
And if it not an ASP.Net-page? I've written an dll, hooking the event ItemAdded. Now, I want to send an TCP-message to computer, which has triggered this event. Greetings, kRUSty EggHeadCafe.com - .NET Developer Portal of Choice http://www.eggheadcafe.com