Re: I need to run a vb.net or aspx.net file every 10 seconds.
From: Ed Kaim (ed_at_sharplogic.com)
Date: 12/13/04
- Next message: normd_at_online.knorrassociates.com: "Typed dataset, bindings and endCurrentEdit"
- Previous message: Ed Kaim: "Re: bind winforms datagrid row to indexed property"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 13 Dec 2004 07:38:20 -0800
Yes, a Windows service might be your best bet:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconintroductiontontserviceapplications.asp.
"Steve Jacobs" <steve00932@yahoo.com> wrote in message
news:O4udnTWrE773hCjcRVn-3Q@comcast.com...
> Hi,
>
> I need to run a vb.net or aspx.net file every 10 seconds. The Task
> Scheduler
> in Windows 2003 Server can only do it every 1 minute at the minimum, but I
> need it every 10 seconds. Is it possible to write a small program in
> VB.NET
> that would run in the background without using much resources, and request
> a
> vb.net or aspx file every 10 seconds? Could you show me how to write such
> code? or give me good directions?
>
> Thank you.
> Steve.
>
>
- Next message: normd_at_online.knorrassociates.com: "Typed dataset, bindings and endCurrentEdit"
- Previous message: Ed Kaim: "Re: bind winforms datagrid row to indexed property"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|