We have an internal application built on ASP .Net 2.0 and using IIS 6.0. Over the last few months, the application has started crashing randomly.
We could see the below error getting logged in our error log table. 
Additionally one more info. Our application was hosted in a load balanced server set up till Aug 2013. From Aug 2013 to Jan 2014, we moved the application to a non-load balanced (single server) setup. Again in Jan 2014, we moved the application to new servers with load balanced set up. I noticed that the same error has occured less frequently in the old LB server till Aug 2013. The error did not occur (except once) in the single server set up from Aug 2013 to Jan 2014 and from the day we moved to the new LB servers, the error has resurfaced from Jan 2014 an now it is occuring very frequently in the last few months.
I have searched different forums for similar issues and fix for the issue. But nothing is clear except providing different H ...

Go to the complete details ...