Groups | Blog | Home
all groups > dotnet windows forms databinding > december 2004 >

dotnet windows forms databinding : I need to run a vb.net or aspx.net file every 10 seconds.


Steve Jacobs
12/6/2004 6:53:19 PM
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.

Ed Kaim
12/13/2004 7:38:20 AM
Yes, a Windows service might be your best bet:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconintroductiontontserviceapplications.asp.

[quoted text, click to view]

AddThis Social Bookmark Button