I use Http WebRequest with Vb.Net to download content. Everything is working fine, but now I have a problem:
I want to download this website which is an example for a 404 Error page with content: http://www.boris-koch.de/404seiteyeah
But then I get this Error: "Webexception - 404". And I can't read the content of the page because the response is nothing. So do you know a way how to handle it and to get the content of the 404 error page? Thanks a lot. :)