I have a DNN install that, for the most part, has been very stable. However, lately I am getting constant errors which cause DNN's application pool to crash, which brings down the entire website. This has now become a dire problem as my whole everything is now unstable. Here is what my Event Viewer has logged (3 entries per crash)
FIRST ENTRY:
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{73B25FFD-F501-437B-8B11-7F0DE383964F}
to the user NT AUTHORITY\NETWORK SERVICE SID (S-1-5-20). This security permission can be modified using the Component Services administrative tool.
SECOND ENTRY (0 seconds later):
Application popup: JIT Debugging : JIT Debugging failed with the following error: Access is denied.
JIT Debugging was initiated by the user account 'NT AUTHORITY\NETWORK SERVICE'.
THIRD ENTRY (few seconds later):
A process serving application pool 'Autonuke.com' terminated unexpectedly. The process id was '3356'. The process exit code was '0x1'.
Some things I have checked:
All my permissions with NETWORK SERVICE are set correctly. My website usually runs fine for an hour, then it dies out. There are no filesystem errors, I did a intense scan. I am running DNN 3.2.0.
Any ideas please? I very much appreciate your help!!!