Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. schedule a .NET web service

schedule a .NET web service

Scheduled Pinned Locked Moved ASP.NET
csharpquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dpriya
    wrote on last edited by
    #1

    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

    C N V 3 Replies Last reply
    0
    • D Dpriya

      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

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • D Dpriya

        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

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        • D Dpriya

          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

          V Offline
          V Offline
          Vasudevan Deepak Kumar
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups