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?