|
|
Using the global.asa to schedule ASP code execution |
|
|
PowerASP |
|
|
ASP / Objects & Framework |
|
|
Click to Visit |
|
|
46 |
This web based ASP learning resource will be useful for the ASP coders to schedule tasks with ASP code using the Global.asa. And this article describes that this process can be carried out with the help of Application Object's Event procedures - Application_OnStart, Application_OnEnd, Session_OnStart, and Session_OnEnd. Sample coding shows how the user counter is reset every time the counter reaches 100.
|