Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is it possible to schedule an asp.net page?

Status
Not open for further replies.

roblasch

Programmer
Dec 30, 2000
168
US
I need to access an xml page once an hour and then make a static html page on my server. The xml file is on a remote server and needs to be accessed from my server (only the single ip is allowed to accesss the file). All this could be done easily using asp.net if I could schedule the page to run once an hour. Is this possible?
 
Take a look at the FileSystemWatcher class in VS help. This may be what you are looking for.

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top