i has a asp.net 2.o website developed in a server 2003 sp2 server.one day,my site was return 503 error page. after that i checked the window event view. i got the follow error message. what's the problem??? thanks a lot.
Any unhandled exception in an ASP.NET application will terminate the worker process, and generate an event log entry like this. Therefore, you need to get more enough about the crash.
Debug Diag is a tool that can help capture crash dumps, but if you are not familiar with how to use it, you should open a support case via
http://support.microsoft.com to consult Microsoft support guys.
Lex Li
Affordable IIS Consulting Services at https://support.lextudio.com/services/consulting.html
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
1 Post
IIS framework2 event 5000
Apr 15, 2013 10:15 AM|abyzsin|LINK
Hi,everyone
i has a asp.net 2.o website developed in a server 2003 sp2 server.one day,my site was return 503 error page. after that i checked the window event view. i got the follow error message. what's the problem??? thanks a lot.
==================================================================
event type: error
event source: .NET Runtime 2.0 Error Reporting
event ID: 5000
descript:
EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4 system.web, P5 2.0.0.0, P6 492b8708, P7 1a34, P8 0, P9 exception, P10 NIL.
有关更多信息,请参阅在 http://go.microsoft.com/fwlink/events.asp 的帮助和支持中心。
数据:
0000: 63 00 6c 00 72 00 32 00 c.l.r.2.
0008: 30 00 72 00 33 00 2c 00 0.r.3.,.
0010: 20 00 77 00 33 00 77 00 .w.3.w.
0018: 70 00 2e 00 65 00 78 00 p...e.x.
0020: 65 00 2c 00 20 00 36 00 e.,. .6.
0028: 2e 00 30 00 2e 00 33 00 ..0...3.
0030: 37 00 39 00 30 00 2e 00 7.9.0...
0038: 33 00 39 00 35 00 39 00 3.9.5.9.
0040: 2c 00 20 00 34 00 35 00 ,. .4.5.
0048: 64 00 36 00 39 00 36 00 d.6.9.6.
0050: 38 00 65 00 2c 00 20 00 8.e.,. .
0058: 73 00 79 00 73 00 74 00 s.y.s.t.
0060: 65 00 6d 00 2e 00 77 00 e.m...w.
0068: 65 00 62 00 2c 00 20 00 e.b.,. .
0070: 32 00 2e 00 30 00 2e 00 2...0...
0078: 30 00 2e 00 30 00 2c 00 0...0.,.
0080: 20 00 34 00 39 00 32 00 .4.9.2.
0088: 62 00 38 00 37 00 30 00 b.8.7.0.
0090: 38 00 2c 00 20 00 31 00 8.,. .1.
0098: 61 00 33 00 34 00 2c 00 a.3.4.,.
00a0: 20 00 30 00 2c 00 20 00 .0.,. .
00a8: 65 00 78 00 63 00 65 00 e.x.c.e.
00b0: 70 00 74 00 69 00 6f 00 p.t.i.o.
00b8: 6e 00 20 00 4e 00 49 00 n. .N.I.
00c0: 4c 00 0d 00 0a 00 L.....
8933 Posts
MVP
Re: IIS framework2 event 5000
Apr 16, 2013 01:33 AM|lextm|LINK
Any unhandled exception in an ASP.NET application will terminate the worker process, and generate an event log entry like this. Therefore, you need to get more enough about the crash.
http://support.microsoft.com/kb/2580960
Debug Diag is a tool that can help capture crash dumps, but if you are not familiar with how to use it, you should open a support case via http://support.microsoft.com to consult Microsoft support guys.
Affordable IIS Consulting Services at https://support.lextudio.com/services/consulting.html
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.