well i managed to past through the exception trown at "Dim reqStream As System.IO.Stream = webRequest.GetRequestStream()" by correcting the "fullURL" wich had a wrong value, now the exception is trown at "webResponse = CType(webRequest.GetResponse(), System.Net.HttpWebResponse)" with the message "The remote server returned an error: (404) Not Found." even though i can navigate to it through a web browser
↧