schedule a .NET web service
-
Hi, I've developed a C#.NET webservice. Is it possible to schedule it. Also If Download is one of the operation performed by the web service can i use the url : http://localhost/FileDownload/Service.asmx/Download? Thanks in advance Priya
-
Hi, I've developed a C#.NET webservice. Is it possible to schedule it. Also If Download is one of the operation performed by the web service can i use the url : http://localhost/FileDownload/Service.asmx/Download? Thanks in advance Priya
Dpriya wrote:
I've developed a C#.NET webservice. Is it possible to schedule it.
What do you mean by "schedule it"?
Upcoming FREE developer events: * Glasgow: SQL Server Managed Objects AND Reporting Services ... My website
-
Hi, I've developed a C#.NET webservice. Is it possible to schedule it. Also If Download is one of the operation performed by the web service can i use the url : http://localhost/FileDownload/Service.asmx/Download? Thanks in advance Priya
Dpriya wrote:
Is it possible to schedule it
What do you meant by schedule it ? Running the service in a specified intervals ? If yes you can choose 1- windows service 2- create a desktop application that gives request to webservice in a scheduled time
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Hi, I've developed a C#.NET webservice. Is it possible to schedule it. Also If Download is one of the operation performed by the web service can i use the url : http://localhost/FileDownload/Service.asmx/Download? Thanks in advance Priya
I would recommend having a little Windows service that can download the URL contents periodically. That would be the most resilent and robust way to approach this problem on hand.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips