I have a web app which is showing intermittent failures... It's hosted on a win 2008 x64 machine... I configured Windows Error Reporting to create minidumps for all "problems"... Locally on my vista dev box, and on my dev server, when cause an IIS exception, I get an entry in the Problem Reports and Solutions app, logged under the "IIS Worker Process" I get my mdmp file and all is good... on the production servers though, I never see any entries in WER for the "IIS Worker Process"... any ideas?
on one of the production servers I do see some IIS Worker Process entries, but they are listed under the problem "APPCRASH"... where the exception I am causing is listed under the problem "Stopped Working" on the machines that are logging it under WER.
Dan