mrFlipo posted:
Try editing Hosts file and add this line.
127.0.0.1 www.acmaps.com
You should be able to find the file here and edit with notepad.
\WINDOWS\system32\drivers\etc\Hosts
You may have to restart your computer in order for this to work.
If acmaps comes back up you will have to remember to remove that line.
This didn't work for me. I still get the same web exception when logging in with goarrow on.
<{ GoArrow v2.0.0.0 }> Error [WebException]: Unable to connect to the remote server See errors.txt in the GoArrow folder for more info.
In that error.txt file I see the following repeated over and over and over:
===[ 11/13/2011 3:44:52 PM - GoArrow v2.0.0.0 ]========================
System.Net.WebException: Unable to connect to the remote server
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)
[Inner Exception] System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:80
at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)