Posted on: 9/18/2015 3:33:17 PM | Views : 718

Hi,
I'm supporting an existing ASP.NET application that has no documentation, so I only know the concept of how the previous team run this, but have no details.
This application was built with Web forms, c#, by the previous team. It has 11 projects under it, and 1 of them is a console application, it is used to handle this task: check the database, compile a list of customers that have signed up exactly 1 month ago from today, then try to send these customers order info to a 3rd party payment processing company, for recurring orders.
This is how it used to work: a task was scheduled to run this program at 2am everyday. Let's say the exe file for this project is: Project10.exe.
I know how to set up a daily task to run at 2am with "schtasks"; right now I'm testing it on my dev laptop, I don't have IIS installed on it.
I copied the .Project10.exe from the application folder, under the "MyApplication/Project10/bin/debug" fo ...

Go to the complete details ...