Hi,I am building a VB.NET application in which i need to automatically read a file's contents whose link exists on a web page for a third party web site.The link url for the file looks like this:http://<DOMAIN>/ <...some path...> / 64ae64aabd27233f85256d3b0076549b/ a00421d13d0b0e1885256f04005c7511/ $FILE/ THE%20FILE.doc When i paste the url directly on the browser it gives a file download box (open/save).but i need to do the download through backend, using a code like this:
// strURL is the file url mentioned above
.Proxy = WebRequest.DefaultWebProxy.Proxy.Credentials = System.Net.CredentialCache.DefaultCredentials.Credentials =
wResp = wReq.GetResponse
If
streamWriter =