Hi,
I want to know how to setup a background timer thread that runs within the IIS 7.5 of ASP.NET MVC4 application . This thread should start when application has started and should periodically scan the database to send escalation emails or alert (through SignalR hosted in same IIS server).
I am completly new on IIS timer setup topic, Can anyone throw some light on how to setup time thread in IIS to achive above requirment? Thanks.