Home > .NET, C Sharp, Data Scraping, Debug, Fix > Debugging C# Asyncronous Web Scraper

Debugging C# Asyncronous Web Scraper

June 30th, 2011

I have written an Asynchronous web scraper in C#, but I’m having problems getting it to run through hundreds of domains without hanging up. My understanding of Asynchronous HTTP requests is limited. I need someone to look over the code and debug the tool to make sure it works flawlessly. There’s only about 500 lines of code to look over. This is a very basic console application.


Debugging C# Asyncronous Web Scraper

Comments are closed.
Bear