In my Asp.Net MVC web application I have to fetch data from a site through website. For scrapping data I need to login to the site and then reach to a site via clicking a menu tab and then from that page I need to scrap the data. The site to the scrapped contains 2 Frames. I had previously implemented web scrapping in one of my windows project by windows web browser control. In my Asp.Net MVC web application I have to fet