My app keeps shutting down at sporadic intervals with a reason code of ApplicationShutdownReason.BinDirChangeOrDirectoryRename
The shutdown causes application and session variables to be reset and crashes all users who aer active at the time.
I don't explicitly change the directory, but I do construct ASPX page content "on the fly" by adding controls to Placeholders.
What causes this change to the Bin directory and how do I avoid it?
Go to the complete details ...