I have an ASP.Net page that runs every 30 seconds. I takes data from a text file and updates a database in SQL Server 2012. I need this to run all day every day instead of me manually starting up IE and running this page. Is there a way I can easily make this into an exe or service or some other process that I can run without worry that it won't stop by mistake?
Best Regards, Andy