Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Exception Monitor for IIS6?

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Anybody Can Write To My Web Site & I don't kn..  
Author Message
jeff5

External


Since: May 26, 2004
Posts: 9



(Msg. 1) Posted: Mon Jun 07, 2004 10:27 am
Post subject: Exception Monitor for IIS6?
Archived from groups: microsoft>public>inetserver>iis (more info?)

We are running Windows 2003 Server here, and several times a day, we get in
the Event Log:

Faulting application w3wp.exe, version 6.0.3790.0, faulting module unknown,
version 0.0.0.0, fault address 0x00000000.

All current users lose their sessions, and have to log back in. I'm assuming
IIS automatically restarts. How do we do postmortem analysis?

What is the supported exception monitor for IIS6? Anything else we can look
for??

thx

Jeff

 >> Stay informed about: Exception Monitor for IIS6? 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Tue Jun 08, 2004 1:17 am
Post subject: Re: Exception Monitor for IIS6? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sounds like you are running some program on IIS that is crashing it... and
it happens frequently.

Either use IIS State and attach to all the w3wp.exe and wait for the crash.
http://www.iisfaq.com/default.aspx?view=P197

Or configure a debugger to attach to all W3WP.EXE and catch the crash
red-handed. Download the debugger from here:
http://www.microsoft.com/whdc/devtools/debugging/default.mspx

Run this to configure debuggers for IIS:
SC CONFIG W3SVC type= interact type= share
REG ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File
Execution Options\w3wp.exe" /v Debugger /d "NTSD.EXE -g -G" /t REG_SZ /f
NET STOP W3SVC & NET START W3SVC

If you make a request, you should see a debugger window pop up, attached to
a w3wp.exe.

Run this to remove the debuggers from IIS:
SC CONFIG W3SVC type= share
REG DELETE "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File
Execution Options\w3wp.exe" /v Debugger /f
NET STOP W3SVC & NET START W3SVC

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Jeff Dillon" <jeff.RemoveThis@removemeemergencyreporting.com> wrote in message
news:esQEPuJTEHA.3700@TK2MSFTNGP09.phx.gbl...
We are running Windows 2003 Server here, and several times a day, we get in
the Event Log:

Faulting application w3wp.exe, version 6.0.3790.0, faulting module unknown,
version 0.0.0.0, fault address 0x00000000.

All current users lose their sessions, and have to log back in. I'm assuming
IIS automatically restarts. How do we do postmortem analysis?

What is the supported exception monitor for IIS6? Anything else we can look
for??

thx

Jeff

 >> Stay informed about: Exception Monitor for IIS6? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS Exception Monitor - We are migrating a website from IIS 5.0 to IIS 6.0. The website uses Crystal Reports V8.0 which is no longer supported. The site does not allow anonymous access - we use Windows authentication. For users with admin authority, the web site works fine....

where are exception monitor? - Hello where i can download the tool "exception monitor"? thanks

IIS6 web application security exception - On IIS6 on w2k3, I have a problem with a specific web appliation. The application in question is Outlook Mobile Access for Exchange 2003 (/oma). When accessing the virtual directory, I get the following error: Security Exception Description: The..

Out of Memory Exception - I have a web service developed using vb.net 1.1. The web service returns xml from selected data from SQL Server using XML AUTO. The web service runs properly on smaller databases on both IIS 5 (Windows 2000 Server) and IIS 6 (Windows 2003 Server),....

Help - StackOverflow exception - I used adplus to create one crash dump for a dllhost process. The crash was generated by a StackOverflow exception. What I must make to discover which is the defective asp page? What I make now? Stack overflow - code c00000fd (first chance) Faulting..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]