I created an ASP.NET MVC application started on IIS. I need to call a process that has a bad influence on loading a page - it causes the page to load very slowly (taking over 30 minutes!).
I figured out that I could start the process 2 times a day and don't connect it with iis. I don't know how to start processes in a background. I heard about Windows Task Scheduler, but how can I use it? Can you help me/ give some advise?
I have my process written in c#.