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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Scheduling an occasional server task [modified]

Scheduling an occasional server task [modified]

Scheduled Pinned Locked Moved ASP.NET
comsysadminquestion
4 Posts 2 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.
  • C Offline
    C Offline
    chaiguy1337
    wrote on last edited by
    #1

    Hello all. I'm an intermediate programmer, but relatively new to the web end of things and was wondering about the best way to go about scheduling an occasional task to run on the server... say every day or a certain number of hours/minutes.

    "So what's the future like? Are there flying cars and everything's clean?" "No, the cars are still on the ground and it's even dirtier, but we're working on it." From: Quantum Leap (not verbatim) {o,o}.oO( Want a great RSS reader? Try FeedBeast! ) |)””’)      ( Check out my profile for a special CodeProject deal! ) -”-”-

    modified on Sunday, January 20, 2008 9:53:14 PM

    N 1 Reply Last reply
    0
    • C chaiguy1337

      Hello all. I'm an intermediate programmer, but relatively new to the web end of things and was wondering about the best way to go about scheduling an occasional task to run on the server... say every day or a certain number of hours/minutes.

      "So what's the future like? Are there flying cars and everything's clean?" "No, the cars are still on the ground and it's even dirtier, but we're working on it." From: Quantum Leap (not verbatim) {o,o}.oO( Want a great RSS reader? Try FeedBeast! ) |)””’)      ( Check out my profile for a special CodeProject deal! ) -”-”-

      modified on Sunday, January 20, 2008 9:53:14 PM

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

      Windows service is good one for this.

      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

      C 2 Replies Last reply
      0
      • N N a v a n e e t h

        Windows service is good one for this.

        All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

        C Offline
        C Offline
        chaiguy1337
        wrote on last edited by
        #3

        Can you be more specific? How does one go about writing/installing a Windows service on a web server? I am hosted with 1&1, and do not have direct access to IIS.

        "So what's the future like? Are there flying cars and everything's clean?" "No, the cars are still on the ground and it's even dirtier, but we're working on it." From: Quantum Leap (not verbatim) {o,o}.oO( Want a great RSS reader? Try FeedBeast! ) |)””’)      ( Check out my profile for a special CodeProject deal! ) -”-”-

        1 Reply Last reply
        0
        • N N a v a n e e t h

          Windows service is good one for this.

          All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

          C Offline
          C Offline
          chaiguy1337
          wrote on last edited by
          #4

          Aha, disregard that last message, I think I found what I need: http://msdn.microsoft.com/msdnmag/issues/05/03/SchedulingASPNETCode/default.aspx[^] Thanks!

          "So what's the future like? Are there flying cars and everything's clean?" "No, the cars are still on the ground and it's even dirtier, but we're working on it." From: Quantum Leap (not verbatim) {o,o}.oO( Want a great RSS reader? Try FeedBeast! ) |)””’)      ( Check out my profile for a special CodeProject deal! ) -”-”-

          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