|
 |
asp_web_howto thread: Scheduled ASP
Message #1 by "Shaun Larkin" <slarkin@e...> on Fri, 20 Jul 2001 16:25:52
|
|
-----Transferred from the ASP.NET list, aspx-----
Hello,
I am trying to find a was to call asp code/page at set intervals to
perform monitoring/maintenance functions on my ASP application. Any
suggestions on how to schedule asp code to run?
Thanks,
Shaun
Message #2 by Greg Griffiths <griffiths@x...> on Fri, 20 Jul 2001 22:56:36 +0100
|
|
"Ken Schaefer" <ken@a...> posted this recently which seems to
cover your needs, perhaps we could add this issue to the FAQ list ?
Goto
http://msdn.microsoft.com/scripting/
and look up WSH - there are examples on how to write the necessary VBScript.
You just write a little .vbs file. You then use the NT Scheduler service, or
the Task Scheduler to run this .vbs file every day/week/whatever.
Cheers
Ken
At 16:31 20/07/01 +0100, you wrote:
>-----Transferred from the ASP.NET list, aspx-----
>
>Hello,
>
>I am trying to find a was to call asp code/page at set intervals to
>perform monitoring/maintenance functions on my ASP application. Any
>suggestions on how to schedule asp code to run?
>
>Thanks,
>
>Shaun
>
Message #3 by <wburrough67@y...> on Mon, 23 Jul 2001 10:17:06 +0100
|
|
Is there an FAQ? How do I get it? I've often thought there must be.
Thanks
walter
> -----Original Message-----
> From: Greg Griffiths [mailto:griffiths@x...]
> Sent: 20 July 2001 22:57
> To: ASP Web HowTo
> Subject: [asp_web_howto] Re: Scheduled ASP
>
>
> "Ken Schaefer" <ken@a...> posted this recently
> which seems to
> cover your needs, perhaps we could add this issue to the FAQ list ?
Message #4 by "Daniel Walker" <danielw@w...> on Mon, 23 Jul 2001 10:31:16
|
|
http://p2p.wrox.com/aasp/faq.asp
We try to update it whever we can.
HTH
Daniel Walker
Wrox Press
> Is there an FAQ? How do I get it? I've often thought there must be.
> Thanks
> walter
>
> > -----Original Message-----
> > From: Greg Griffiths [mailto:griffiths@x...]
> > Sent: 20 July 2001 22:57
> > To: ASP Web HowTo
> > Subject: [asp_web_howto] Re: Scheduled ASP
> >
> >
> > "Ken Schaefer" <ken@a...> posted this recently
> > which seems to
> > cover your needs, perhaps we could add this issue to the FAQ list ?
>
>
>
Message #5 by <wburrough67@y...> on Mon, 23 Jul 2001 11:08:17 +0100
|
|
Brilliant, but that's http://p2p.wrox.com/asp/faq.asp folks!
Ta
Walter
> -----Original Message-----
> From: Daniel Walker [mailto:danielw@w...]
> Sent: 23 July 2001 10:31
> To: ASP Web HowTo
> Subject: [asp_web_howto] Re: Scheduled ASP
>
>
> http://p2p.wrox.com/aasp/faq.asp
> We try to update it whever we can.
>
> HTH
> Daniel Walker
> Wrox Press
>
> > Is there an FAQ? How do I get it? I've often thought there must be.
>
> > Thanks
>
> > walter
>
> >
>
> > > -----Original Message-----
>
> > > From: Greg Griffiths [mailto:griffiths@x...]
>
> > > Sent: 20 July 2001 22:57
>
> > > To: ASP Web HowTo
>
> > > Subject: [asp_web_howto] Re: Scheduled ASP
>
> > >
>
> > >
>
> > > "Ken Schaefer" <ken@a...> posted this recently
>
> > > which seems to
>
> > > cover your needs, perhaps we could add this issue to the
> FAQ list ?
>
> >
>
> >
>
> >
|
|
 |