Click here to Skip to main content
15,891,253 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.7K   9K   73  
Website scraping using Watin

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Demo Web Application", ".", "{6CACD83E-FA73-488E-97D8-E76F2E5B8334}"
	ProjectSection(WebsiteProperties) = preProject
		TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
		Debug.AspNetCompiler.VirtualPath = "/Demo Web Application"
		Debug.AspNetCompiler.PhysicalPath = "..\Demo Web Application\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Demo Web Application\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/Demo Web Application"
		Release.AspNetCompiler.PhysicalPath = "..\Demo Web Application\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Demo Web Application\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1859"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6CACD83E-FA73-488E-97D8-E76F2E5B8334}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6CACD83E-FA73-488E-97D8-E76F2E5B8334}.Debug|Any CPU.Build.0 = Debug|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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