Server side automation question

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Server side automation question

    I want to do some time based house cleaning chores on a server based on
    server time/date. I know how to do it based on a call from the client using
    asp, but is it
    possible to have a program residing on the server that comes alive based on
    server time (not a client call) and does it's tasks such as delete an
    inactive page, or more importantly, send out
    a cdonts e-mail to a client list? I should also mention that this is a
    shared Windows 2003 Server (Interland Blue Halo).

    Any help or a small example would be appreciated.

    Thanks in advance!


    Arthur Hastings Guest

  2. Similar Questions and Discussions

    1. Acrobat SDK 7.0 Automation at server side
      Hi My requirement at server side is 1)Check the Validity of PDF file. 2)Supress all alerts/messagebox threw calling some Acrobat API. 3)Check...
    2. Question on HTML and Web(Server Side) Controls
      I know more html is needed to really produce this but enough is here for me to ask my question. So, this HTML code produce 2 buttons. One button is...
    3. IIS server side script question
      I'm very new at web programming, but I was working through an example from Beginning VB.net and hit a wall. In the example, you setup 2 text boxes...
    4. resize automation landscape/portrait to set size along longest side
      I have a large amount of scanned images (over 2000) that are to be reduced in size to a uniformed length along the images longest side. The images...
    5. Server-Side Word Automation w/ASP.NET
      For anyone who needs to know this in the futuer, look at the following web-pages on Microsofts support site: HOWTO: Configure Office Applications...
  3. #2

    Default Re: Server side automation question

    You can do all of this if you have permission to schedule tasks on the
    server. But, if this is a shared hosting plan, you probably don't. That
    means you'd have to rely on another machine that you do have permission to
    create tasks on, like your own, and setup those tasks to execute IE and
    browse to your ASP page. That's one not-horrible solution, anyway.

    Ray at work

    "Arthur Hastings" <arthur031@hotmail.com> wrote in message
    news:3f9935cd_9@athenanews.com...
    > I want to do some time based house cleaning chores on a server based on
    > server time/date. I know how to do it based on a call from the client
    using
    > asp, but is it
    > possible to have a program residing on the server that comes alive based
    on
    > server time (not a client call) and does it's tasks such as delete an
    > inactive page, or more importantly, send out
    > a cdonts e-mail to a client list? I should also mention that this is a
    > shared Windows 2003 Server (Interland Blue Halo).
    >
    > Any help or a small example would be appreciated.
    >
    > Thanks in advance!
    >
    >

    Ray at Guest

  4. #3

    Default Re: Server side automation question

    [url]http://www.aspfaq.com/show.asp?id=2143[/url]

    --
    Mark Schupp
    Head of Development
    Integrity eLearning
    [url]www.ielearning.com[/url]


    "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
    news:eXPEcqlmDHA.2444@TK2MSFTNGP09.phx.gbl...
    > You can do all of this if you have permission to schedule tasks on the
    > server. But, if this is a shared hosting plan, you probably don't. That
    > means you'd have to rely on another machine that you do have permission to
    > create tasks on, like your own, and setup those tasks to execute IE and
    > browse to your ASP page. That's one not-horrible solution, anyway.
    >
    > Ray at work
    >
    > "Arthur Hastings" <arthur031@hotmail.com> wrote in message
    > news:3f9935cd_9@athenanews.com...
    > > I want to do some time based house cleaning chores on a server based on
    > > server time/date. I know how to do it based on a call from the client
    > using
    > > asp, but is it
    > > possible to have a program residing on the server that comes alive based
    > on
    > > server time (not a client call) and does it's tasks such as delete an
    > > inactive page, or more importantly, send out
    > > a cdonts e-mail to a client list? I should also mention that this is a
    > > shared Windows 2003 Server (Interland Blue Halo).
    > >
    > > Any help or a small example would be appreciated.
    > >
    > > Thanks in advance!
    > >
    > >
    >
    >

    Mark Schupp Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139