T TPS Sep 8, 2004 #1 System.MachineName returns the server name, how can I get the server's IP Address? Thanks. TPS
R Rutger Smit Sep 8, 2004 #2 TPS said: System.MachineName returns the server name, how can I get the server's IP Address? Thanks. TPS Click to expand... Request.ServerVariables["LOCAL_ADDR"] -- //Rutger DoDotNet@KICKTHIS_Gmail.com www.RutgerSmit.com
TPS said: System.MachineName returns the server name, how can I get the server's IP Address? Thanks. TPS Click to expand... Request.ServerVariables["LOCAL_ADDR"] -- //Rutger DoDotNet@KICKTHIS_Gmail.com www.RutgerSmit.com
J John Saunders Sep 10, 2004 #4 TPS said: System.MachineName returns the server name, how can I get the server's IP Address? Click to expand... Which IP address? Your server may have more than one.
TPS said: System.MachineName returns the server name, how can I get the server's IP Address? Click to expand... Which IP address? Your server may have more than one.