I just got to learn a bit about web services in .net (.asmx and all stuff)
For my project i need to schedule a program which cralwels a set of websites and then update the newly available data to the database every 30 minute.
I have created a [WebMethod] for both the crawler code to run and for database updation if available.
But i want that this [WebMethod] get automate and runs for every 30 minutes?
it is not necessary create a WebMethod to do this, you can make in the server side, and for schedule operations, I always use Quartz.net