Hello. In a iis7 environment ( with php ) we are running a .dll (vb6) whose functions get called via php. The dll crashes randomly at times, like 10-20 a day. So we are experiencing a situation where the IIS locks up/drops the pool and the users are unable to use the application. What are the best suggested temporary solutions ? Does only the pool need to be restarted or the whole IIS ? And also, is there a way to automatically restart the pool/IIS whenever the pool gets dropped/locked up/unusable ?
Thanks in advance for your help.