I'm trying to parse a URL, but I'm having problems:
When I call HttpWebRequest
it throws a exception:
System.Net.Sockets.SocketException:
Eine vorhandene Verbindung wurde vom Remotehost geschlossen
In english:
System.Net.Sockets.SocketException: a existing connection was closed by the RemoteHost
I think it has do with IIS or ASP.NET. I don't have this problem with any other URL.
What can I do now?