0

I have a solution, "Site" and "MailProcessor". Now "MailProcessor" is standalone win32 console app, but I need to schedule it from "Site", with restarting every 10 minutes. How I can do this? Please help me guys.

HUSTLIN
  • 196
  • 4
  • 17

2 Answers2

0

This can be done in many ways, and depends on your application logic and server config.

Community
  • 1
  • 1
Amr Elgarhy
  • 66,568
  • 69
  • 184
  • 301
0

Here is what you need.

http://www.hanselman.com/blog/HowToRunBackgroundTasksInASPNET.aspx

Most of the time, I use FluentScheduler, du to its simplicity.

Bafla13
  • 132
  • 2
  • 11