BTW: This is the second time I am attemping to post this post. If I am doing something wrong please let me know.
After installing Windows Critical Updates to our Windows Server 2003 SP1 running dotnetnuke 4.3.4, IIS 6.0, all attempts to access dotnetnuke pages result in:
404 "This page cannot be found".
From the System log:
I took a look at the logs and noticed an error:
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
It seems to be a dotnet application pool crash issue.
Anyone seen this before?