Ask a Question related to ASP.NET Web Services, Design and Development.
-
sips #1
Webclient.DownloadData() behind a firewall
Hello,
I'm using webclient.downloadData to scrape HTML from a website and was
wondering if anyone has experienced any problems using this class
behind a firewall before. Port 80 is open, which i'm assuming is what
downloadData is using to do it's thing.... so basically i'm a bit
stuck. When I try to load the page where the class is being used, it
just kind of loads slowly for a while and then displays nothing..
which i'm assuming is some sort of timeout. Anyways, any assistance
with this would be greatly appreciated.
sips Guest
-
Webclient w/ Proxy
I have a WebClient.OpenRead that is timing out on some client machines. I believe the problem may be Proxy settings on the client machine. How... -
DefaultCredentials and WebClient
I'm trying to make a call inside an ASP.NET web application to an external quasi-web service (aka FrontPage Server Extensions): Dim rpcClient As... -
WebClient.DownloadData without cache
I am using WebClient to download a text file from the net every 2 minutes. The problem is that I think I am reading the file from cache since when... -
CookieContainer with WebClient
Any help appreciated ... I am trying to connect to a site that requires authentication through cookies, and be able to navigate through several... -
WebClient Problem
hi, i using WebClient to get the website. like string URL = "http://127.0.0.1/index.htm"; WebClient client = new WebClient(); Stream data =...



Reply With Quote

