Click here to Skip to main content
15,885,032 members
Articles / Web Development / ASP.NET

WebSite Scraping

Rate me:
Please Sign up or sign in to vote.
4.97/5 (19 votes)
1 Jun 2013CPOL7 min read 91.6K   9K   73  
Website scraping using Watin
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings>
  <add key="WebApplicationPath" value="http://localhost/WebApplication/CategoryListing.aspx"/>
  <add key="ScraperEnginePhysicalLocation" value="D:\WebScraping\Web Scraper\WatinWebScraping\WatinWebScraping\"/>
  </appSettings>
</configuration>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
I love programming and curious to learn innovative way in programming.

I am expert in MVC, .NET, SQL Server, LINQ, WATIN.

Comments and Discussions