VB: How to set up daily/weekly/periodic XML check

Tresiauritume

New Member
I'm currently pulling XML data from a third party source and displaying all the elements on a single web page. What I'm trying to do is dynamically create individual web pages for each element, and I'm not exactly sure what the best approach is.My thought is that I need to run a daily query on the XML, store the new elements in a db, and create new web pages for the new elements.So my question is - how (and where) do I run this daily query? Is that even the most efficient way of doing this?I'm using Visual Studio 2008 and the asp.NET web forms framework with VB.Thanks!
 
Back
Top