Repeating Page Scaper C#
Application that:
1. Minimizes to icon in toolbar and can start as a service (provide instructions for install in windows 2008 or help me do it)
2. Checks 4 identical one line web pages to parse out a simple value every 10 minutes (will supply details later), repeats 3 times for failure.
3. Records attempt to retrieve page, success or failure, file timestamps, value, time of attempt, and other stuff you want to add
4. Stores given data in an mdb and csv file (one csv file per day)
5. Has error prevention to allow for failed http requests, internet downtime, database issues, csv file issues, etc.)
General Requirements
C# .net application
Loads and compiles in VS 2005
Run for 6 hrs to test and provide data stored in mdb and csv for validation
Full source provided to me as my property



