I have an asp.net mvc web application hosted in IIS and one of the pages sends e-mails to several inhouse employees. Sometimes this list can grow up to a hundred employees and each e-mail takes about 5 seconds.
I was expecting the page to timeout but it doesn't and I don't know why... It just keeps on running for 10 minutes if neccesary and finishes successfully.
I have seen this post: IIS Request Timeout on long ASP.NET operation
But there is nothing special in the web.config related to timeouts. I suspect this is a server setting somewhere.
Any guesses what this could be ?
Thanks !