Due to exceptions in my web application (which i'm fixing now) the ASP.NET v4.0 service pool stops (and i have to start it again) and my question is... is there any way to configure the IIS server so if this happens it reenables the service pool again after some time?
Could this damage the server in any sense? (the exceptions in this case i know are due to writing to a file from multiple threads at the same time but this issue i will solve it soon. I'm asking just in case new ones happen in the future because of other reasons).
Thanks in advance.
P.D. (I'm new to servers)