I got an email with some questions around application domains, application pools and unhandled exceptions from a developer that was frequently seeing his website crash, and also had some related issues with session loss in his application.
I have written before about unhandled exceptions and session loss due to appdomain restarts but I thought his questions would serve as a nice refresher.
From what i read, my understanding is that a website has an app pool associated with it. This app pool leads to the creation of a w3wp.exe process. Inside this app poo ...
Go to the complete details ...