Monitoring Script

tonmoy

Member
Joined
Dec 2, 2004
Messages
6
Programming Experience
1-3
Hi!

Can any one help me in sloving the following problem?

I have an application in VB.NET that depends on the structure or layout of a webpage. Now I want to know whether the structure or layout or design of the webpage has been changed or not.

To achieve this I want to write a monitoring script in ASP.NET. The script will be hosted on a .net server which doesn't support windows scheduling feature.But, I want to run the script round the clock on the server, so that, if any change in design or layout of the page is found, it will automatically send a mail to me informing that a change has been made.

1. How can I achieve the same
2. What would be the configuration of the .net Server?

Thanks

Tonmoy Roy
 
Back
Top