Question : convert web app to executable

Hello,
I have created a C# .net web application which calls an xml template and creates xml files based on dynamic data.  I now need to change it so that it can be run via a scheduled task.  What type of project do I need to create in .net in order to do this?  I'm always writing web applications, so I'm not familiar with the different project types.  Back in the day I would've just written a vb script.  I would appreciate any guidance.
Thanks!

Answer : convert web app to executable

A C# Console Application should do the trick.  Your project will compile into a *.exe and you can set a schedule via Windows Task Scheduler.
Random Solutions  
 
programming4us programming4us