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. Nightly, weekly, monthly autoevents?

Nightly, weekly, monthly autoevents?

Scheduled Pinned Locked Moved ASP.NET
sysadminhostingquestion
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.
  • A Offline
    A Offline
    Aaron Hudson
    wrote on last edited by
    #1

    Is there anyway of creating autoevents, i.e. daily e-mail reminders etc? I have a dedicated server and I'd like to able to send out reminders, and other stuff on a nightly basis. Thanks

    D 1 Reply Last reply
    0
    • A Aaron Hudson

      Is there anyway of creating autoevents, i.e. daily e-mail reminders etc? I have a dedicated server and I'd like to able to send out reminders, and other stuff on a nightly basis. Thanks

      D Offline
      D Offline
      DigiOz Multimedia
      wrote on last edited by
      #2

      Here is a suggestion. Schedule a windows task, to call a .NET windows application, which invokes a web page through which you send your nightly emails. I hope that makes sense. :)

      Pete Soheil DigiOz Multimedia http://www.digioz.com

      A 1 Reply Last reply
      0
      • D DigiOz Multimedia

        Here is a suggestion. Schedule a windows task, to call a .NET windows application, which invokes a web page through which you send your nightly emails. I hope that makes sense. :)

        Pete Soheil DigiOz Multimedia http://www.digioz.com

        A Offline
        A Offline
        Aaron Hudson
        wrote on last edited by
        #3

        Not really! I take it you mean a Windows Event to load a URL? Can you assist further please?! Cheers!

        D 1 Reply Last reply
        0
        • A Aaron Hudson

          Not really! I take it you mean a Windows Event to load a URL? Can you assist further please?! Cheers!

          D Offline
          D Offline
          DigiOz Multimedia
          wrote on last edited by
          #4

          Here is what I had in mind: I. Create a Windows .NET EXE Application using this function that calls an asp.net web page which would do your nightly autoevent: http://www.codeproject.com/script/comments/forums.asp?forumid=1646&mode=all&userid=1587313&select=2183223&df=100&fr=2109.5#xx2183223xx[^] II. Schedule a Windows Task: 1- Go to the following menu option on the start menu: Start > All Programs > Accessories> System Tools > Schedule Task > 2- Double click on the "Add Scheduled Task" icon. The Scheduled Task Wizard will pop up. 3- Click Next. On the next screen, click the browse button and select the windows "EXE" program you just created. 4- On the next screen, choose Daily, Monthly, etc (how ever often you wish to run it) and hit next. 5- Choose the time and hit next. 6- Enter a username and password and hit next. 7- Click finish to finalize the scheduled task. That should do it.

          Pete Soheil DigiOz Multimedia http://www.digioz.com

          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