Can anyone explain the differences, in IIS, between application pools, worker processes and app domains? Also, how do they work together? I\'ve read a couple of articles but
The meaning to ASP.NET developers: to make your web site scalable, don't use in-proc session and don't use static class variable lock for synchronization.