I'm trying to implement a web scraping crawler as a part of my ASP.NET MVC project. It works with large data gathered from different URLS using Html Agility Pack. The problem is when I want to actually run the function I get "The connection was reset" from remote server after a minute. I'm getting better result when I run it locally. I have access to remote IIS. Any suggestion to solve this problem and/or any alternatives?
-
Are you trying to retrieve all of the URLs in one request to your page?Oded– Oded2011-01-09 09:17:16 +00:00Commented Jan 9, 2011 at 9:17
-
Yes I guess. there is a loop which generates the URLs and try to capture them. but with this time limit it can just get few of the URLs.Ehsan Tavakoli– Ehsan Tavakoli2011-01-09 09:20:49 +00:00Commented Jan 9, 2011 at 9:20
Add a comment
|