all groups > dotnet internationalization > december 2004 >
You're in the

dotnet internationalization

group:

I need to run a vb.net or aspx.net file every 10 seconds.



I need to run a vb.net or aspx.net file every 10 seconds. Steve Jacobs
12/6/2004 6:54:25 PM
dotnet internationalization: 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.

RE: I need to run a vb.net or aspx.net file every 10 seconds. Navendu Kumar
1/4/2005 9:51:01 PM
Hi Steve,

Create a new page and put following META tag in it:

<META HTTP-EQUIV="Refresh" CONTENT="10;URL=ThePageToBeRefreshed.aspx">

This will refresh ThePageToBeRefreshed.aspx every 10 seconds..

Navendu


[quoted text, click to view]
AddThis Social Bookmark Button