.Net Screen scraping and session
I am trying to screen scrape using C#.It works for few times,after which i receive Session expired error.Any help will be appreciated. Brett Allen Here is the set of classes I am using for screen scraping. (I wrote these classes, feel free to use however you want.) There may be some bugs in it, but every usage I have for it it works quite flawlessly. It also handles SSL websites fine, works with redirects, and captures the original pages that caused a redirect as well in the WebPage class. using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Text;