Hi Everyone,
I am trying to handle two different WebException's properly.
Basically they are handled after calling WebClient.DownloadFile(string address, string fileName)
AFAIK, so far there are two I have to handle, both WebException's:
The remote name could not be resolved (i.e. No network connectivity to access server to downloa...
All of a sudden I'm getting the following error on my website. It doesnt access a db. just a simple website using .net 2.0.
I did recently apply the available windows server 2003 service packs. Could that have changed things?
I should add the error randomly comes and goes and has been doing so for today and yesterday. I leave it for ...
I'm working a on a link checker/broken link finder and I am getting many false positives, after double checking I noticed that many error codes were returning webexceptions but they were actually downloadable, but in some other cases the statuscode is 404 and i can access the page from the browse.
So here is the code, its pretty ugly, a...
How can the application not be able to lookup localhost?
The remote name could not be resolved: 'localhost';
StackTrace;
at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
at System.Net.HttpWebRequest.GetRequestStream()
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String me...