J
Jens Kreier
Hello everybody!
I got a problem with a nearly undocumented (maybe-)bug in the
WebClient class. Anyways the problem is as follows:
When I try to work with the simple WebClient.DownloadFile(URL)
function everything works fine as long as I download static
HTML-pages. As soon as I try to get the content of a remote ASP page
nothing works and I get a WebException as mentioned in the subject.
I tried the work-around with using the HttpWebResponse/Request classes
and setting HttpWebRequest.KeepAlive to "false" but it won't work.
I don't have a clue if this problem is really a problem but I tried
many independent ASP-pages but always the same problem. The problem is
that I MUST get somehow Response GET-Parameters from a ASP webpage
located at one of our partners pages, what acts as a interface to
their database. So if you got any ideas or other workarounds please
tell me. It took a lot of tears and coffee ^^
Kind Regards,
Jens Kreier
I got a problem with a nearly undocumented (maybe-)bug in the
WebClient class. Anyways the problem is as follows:
When I try to work with the simple WebClient.DownloadFile(URL)
function everything works fine as long as I download static
HTML-pages. As soon as I try to get the content of a remote ASP page
nothing works and I get a WebException as mentioned in the subject.
I tried the work-around with using the HttpWebResponse/Request classes
and setting HttpWebRequest.KeepAlive to "false" but it won't work.
I don't have a clue if this problem is really a problem but I tried
many independent ASP-pages but always the same problem. The problem is
that I MUST get somehow Response GET-Parameters from a ASP webpage
located at one of our partners pages, what acts as a interface to
their database. So if you got any ideas or other workarounds please
tell me. It took a lot of tears and coffee ^^
Kind Regards,
Jens Kreier