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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.