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

Debugging WAM Events

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Programmatically knowing whether ASP is installed  
Author Message
jeff_delaney1

External


Since: Mar 11, 2004
Posts: 1



(Msg. 1) Posted: Thu Mar 11, 2004 10:19 am
Post subject: Debugging WAM Events
Archived from groups: microsoft>public>inetserver>iis (more info?)

I'm occasionally recieving WAM events in production that show that my ISAPI
plugin is crashing. What is the best way to debug this in a production
environment?

Can I set this up to generate a DR. Watson dump?

Note, this is on NT4. Thanks

 >> Stay informed about: Debugging WAM Events 
Back to top
Login to vote
jatiles

External


Since: May 27, 2004
Posts: 17



(Msg. 2) Posted: Thu May 27, 2004 11:15 pm
Post subject: RE: Debugging WAM Events [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Jeff

If you have an ISAP filter causing the IIS Admin service to crash, you can
use the IIS Debug Tools to capture a dump for IIS analysis. If you are
familiar with WinDBG, you can obtain symbols and more information at:
http://www.microsoft.com/whdc/devtools/debugging/default.mspx

If you are not familiar with the debugging process, you can contact
Microsoft Developer Support for IIS at 1-800-936-5800.

To create a crash dump:

1. Please go to www.microsoft.com/downloads and search using IIS for the
product and "Debug" as keyword.
2. Download the IIS Crash / Hang Agent & IIS Dump utility to your machine.
3. Double click to install the tools to c:\iisdebugtools (you will need to
re-start IIS)
4. In the installation folder, find and backup the file called
IISCHAgent.ini such as Original_IISCHAgent.ini
5. Open the IISCHAgent.ini file in Notepad
6. Make sure the Crash section looks as follows:

[CrashAgent]
Enable=1
LogLocation=%SystemDrive%\iisdebugtools\logs
MaxLogFiles=10
;PreActionCommand= iisdump.exe -i -o c:\folder1

7. Make sure the Hang section is not available as follows:

;[HangAgent]
;Enable=1
;LogLocation=%SystemDrive%\iisdebugtools\logs
;MaxLogFiles=10
;WriteLog=1
;RequestTimeLimit=30
;ActionCommand=C:\IISDebugTools\iisdump.exe
;MaxActionsAllowed=1

8. Go to a command prompt and navigate to IISDebugTools folder:

cd\IISDebugTools

Type: iisdump.exe -i -o c:\folder1

Where folder1 is a location where you want the dump files to be created.
Files could be 20MB - 500MB in size.

Cool Minimize the command prompt window, do not close it! And wait until IIS
Admin crashes again. The dumps will be generated automatically. The
command needs to be done at the server console not via Terminal Server and
please make sure the dump file creation process completes 100%.

Best Regards,

Jannette
Microsoft IIS Support Engineer
jatiles.RemoveThis@online.microsoft.com

 >> Stay informed about: Debugging WAM Events 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Removing SMTP events from the event log? - Hi there.. Currently the system log is swamped in events about the SMTPSVC not being able to deliver a message to some domain that does not exists. It's not a system konfiguration problem or like, so I would like to be able to exclude these events from....

Are there ay events to catch when files are published to a.. - Hi. I'd like to trigger some action in a script when files are published from Word to an IIS folder that was setup for web publishing. Is there any IIS event I can catch from a server-side script - preferably? Thanks for any hint/suggestion. Vince C.

Events subscription doesn't work in Windows Service pack 4 - I have a day end process which is based on Events subscription in COM+. The process works perfectly with the m/c without Windows service pack 4. However when I install Windows service pack 4, then it seems that it is not generating any events and gives m...

asp.net remote debugging on 2k3 iis6 - I have followed every readme/walkthrough I can find, and still no go. Trying to get Remote Debugging working for VS.Net 2003. Developer is a member of admin group on machine, fp extensions installed & working & configured. Project is opened vi...

Interdev 6 debugging not working after .NET 1.1 - I had Interdev 6 running on my XP pro sp 1, and installed .NET 1.0 Everyting worked fine. Now I need stuff in 1.1, so I downloaded that, and installed it. Since then the debuggin has stopped working in Interdev (and so has some of my classic ASP..
   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 ]