Ari5555 0 Newbie Poster

In ASP.NET, how do you run site management tasks?
I am still thinking in a Windows Forms mode, where a management function would say check the date every time a user runs the program.
For instance, if more than one month had passed since the last time a management function had been run, then it would be run again.
But this would ultimately be user driven. When the user runs up the program, the program does a check on the last time it performed the management function

In ASP.NET there can be hundreds of users. The application on the server only gets started up once in theory and then just runs ad infinitum.

How do I organise in code a trigger to run a management function?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.