Ask a Question related to ASP.NET General, Design and Development.
-
Gopi #1
Find IP Address
I have a Web Site wherein i provide links to different
websites(Partnet Sites).Now when a user clicks this link ,
on the partnets site i need to get the IP Address of the
machine in which the Site is hosted.
Gopi Guest
-
How can I find my computers IP address?
I need to know this in order to set up RDS access to a site. This is all new to me, I am used to a Mac and only static sites. Any help would be... -
is it possible for a webservice to find out the ip-address from ..
Hi there, I've got the following: a user (using machine 1) requests a normal aspx-page on my server (machine2). that page (on machine2) calls a... -
how to find a domain name for IP address
I beleive an ex employee may be trying to access the business network via remote access VPN. I have several event log entries that show failed... -
How-to find IP address of a web service consumer?
We can find IP address from the regular web user via the Request.ServerVariables collection. How do we do the same for a web service? Thank you.... -
trailing slash issue in Find.find
require "find" Find.find("/usr/bin/") { |file| puts file } /usr/bin//rmdir /usr/bin//rm /usr/bin//mv /usr/bin//mknod /usr/bin//mkfifo... -
Alvin Bruney #2
Re: Find IP Address
have a look at
HttpContext.Current.Request.UserHostAddress or examine the Request
interface, it's got a ton of IP specific goodies in there.
"Gopi" <jmgopi@netscape.net> wrote in message
news:07c101c350d1$42c52870$a401280a@phx.gbl...> I have a Web Site wherein i provide links to different
> websites(Partnet Sites).Now when a user clicks this link ,
> on the partnets site i need to get the IP Address of the
> machine in which the Site is hosted.
Alvin Bruney Guest
-
Gopi Menon #3
Re: Find IP Address
I don't want the Client IP Address. I need the IP Address of the Machine
on which the Hyperlink is hosted.
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Gopi Menon Guest



Reply With Quote

