Having to keep on restarting the Application Pool?
        Posted  
        
            by 
                smclintock
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by smclintock
        
        
        
        Published on 2013-10-22T09:05:52Z
        Indexed on 
            2013/10/22
            9:54 UTC
        
        
        Read the original article
        Hit count: 298
        
One of our major websites (built on PHP, MSSQL, IIS7) has started to become unresponsive every few hours and I'm having to log on to the server and restart the application pool. The rest of the websites on the server are fine, so I figure it may be due to a code problem?
Whilst I look over all the code, specifically the database connections, would anyone have any advice on how I could better track this down to what is actually causing it to become unresponsive? By "unresponsive" I mean when you enter the URL it doesn't resolve and times out.
Thanks for any help, Steven.
© Stack Overflow or respective owner