S Steve Caliendo Mar 30, 2005 #1 Hi, Could someone please tell me how to get the server's IP address? Thanks, Steve
K Karl Seguin Mar 30, 2005 #2 //c# Request.ServerVariables["LOCAL_ADDR"] 'vb.net Request.ServerVariables("LOCAL_ADDR") -- MY ASP.Net tutorials http://www.openmymind.net/ - New and Improved (yes, the popup is annoying) http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to come!)
//c# Request.ServerVariables["LOCAL_ADDR"] 'vb.net Request.ServerVariables("LOCAL_ADDR") -- MY ASP.Net tutorials http://www.openmymind.net/ - New and Improved (yes, the popup is annoying) http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to come!)