Split off from http://forums.asp.net/t/2013257.aspx?GeoIP+app+works+in+development+but+not+when+deployed+to+IIS+8
I have a semi-related problem but this is with the firewall I think. When I run the tool on my Production box, I get this when it checks the IP vs the IP GEO Database.
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 162.217.175.236:80 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal (Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- End of inner exception stack trace --- at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadString(Uri address) at FetchGeoIPData_IPAddress.btnGetGeoIPData_Click (Object sender, EventArgs e) in xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\FetchGeoIPData_IPAddress.aspx.cs:line 75
Any ideas?