Description of Using the global.asa to schedule ASP code execution :
Programmers in ASP can acquire the solutions to implement the scheduled tasks in ASP through this tutorial. The author says that it is pretty possible to schedule ASP code execution using ASP Application Object's event procedures. And from the programs you can learn how to utilize session event procedures to count the visitors to a particular page and can reset the counter to '0' if maximum count value hits 100.