10-08-2007 09:13 AM
10-09-2007 11:47 AM - edited 10-09-2007 11:47 AM
Message Edited by B O B on 10-09-2007 11:48 AM
10-09-2007 06:57 PM
10-10-2007 02:27 PM
10-10-2007 08:58 PM
Here's the code (without the error code trapping). Thanks for taking a look. It's all .NET 2.0. Be sure and include the http:// prefix on the URL so the WebRequest knows what kind of request it is (https, http, ftp, etc.)
10-11-2007 12:26 PM
10-11-2007 01:47 PM
Thanks for the legwork - when I get bored
I'm going to try and use the info from the msdn link you provided to get the WebExceptionStatus from the Response property of the WebRequest. For now, parsing the error cluster will have to do! I'll just assume a 200 if there's no error boolean set.