A
antonyliu2002
I have a web service, which needs to run at regular intervals (e.g.,
once every 2 hours) to create some PDF files for users to download.
I can certainly create a web application which lets user click a
button and generates the PDF file.
But since the PDF files are gonna be the same for all users, so, it
does not make sense to waste the server resources.
Is it possible to schedule a web service to run at regular
intervals?
I do not want to use the Windows Task Scheduler, part of the reason is
that we do not have full access to our clients' Windows system, and
it's cumbersome to get them involved in setting up the task
scheduler. So, I would like to do this completely within the IIS
context.
I googled a little, but could not find anything helpful.
Any idea? Thanks.
once every 2 hours) to create some PDF files for users to download.
I can certainly create a web application which lets user click a
button and generates the PDF file.
But since the PDF files are gonna be the same for all users, so, it
does not make sense to waste the server resources.
Is it possible to schedule a web service to run at regular
intervals?
I do not want to use the Windows Task Scheduler, part of the reason is
that we do not have full access to our clients' Windows system, and
it's cumbersome to get them involved in setting up the task
scheduler. So, I would like to do this completely within the IIS
context.
I googled a little, but could not find anything helpful.
Any idea? Thanks.