Yesterday, after the Windows Server 2003 running dotnetnuke 4.3.4 was patched with critical updates from Windows update and restarted, any attempts to load any dotnetnuke page result in 404 "This page cannot be found".
My investigation so far has led me to believe that it is a dotnet application pool crash.
http://blogs.msdn.com/david.wang/archive/2005/08/29/HOWTO_Understand_and_Diagnose_an_AppPool_Crash.aspx
From the event log:
Event Type: Information
Event Source: Application Error
Event Category: (100)
Event ID: 1004
Date: 9/18/2006
Time: 11:39:08 AM
User: N/A
Computer: DOTNETNUKE
Description:
Reporting queued error: faulting application w3wp.exe, version 6.0.3790.1830, faulting module unknown, version 0.0.0.0, fault address 0x0069006e.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 20 77 33 77 ure w3w
0018: 70 2e 65 78 65 20 36 2e p.exe 6.
0020: 30 2e 33 37 39 30 2e 31 0.3790.1
0028: 38 33 30 20 69 6e 20 75 830 in u
0030: 6e 6b 6e 6f 77 6e 20 30 nknown 0
0038: 2e 30 2e 30 2e 30 20 61 .0.0.0 a
0040: 74 20 6f 66 66 73 65 74 t offset
0048: 20 30 30 36 39 30 30 36 0069006
0050: 65 e
Anyone have any suggestions or have a similar experience?
Thanks in advance.
Charles