Question regarding long time processes in scheduled tasks

Discussion in 'General troubleshooting' started by aspnetprue1, Jul 13, 2017.

  1. Hi, I have a web form called by the discountasp scheduler which in its page load event executes several processes, one of them is email sending. I'm aware of database timeouts like connection timeout and command execution timeout which are covered, however are there other kind of timeouts I need to be aware when using this event in my web form (related to ASP.NET, IIS, whatever) in order to execute properly these processes? Sending email can take some time to complete and I don't want this to be interrupted for whatever reason as my clients are dependent on this, so as I'm a complete novice on this subject I would like to know beforehand if I need to do something to make sure those processes are executed completely, any observation or information would be greatly appreciated thanks.
     

Share This Page