My requirement is to run a database query and store the output in a file but my application is an ASP.NET MVC application.
I have created a C# program which connects to the database and a getter and setter class for each column in the DB. I want to run this program independently. Is this possible?