Mario Gonzalez Jr.
unread,Nov 17, 2009, 12:06:37 PM11/17/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ELMAH
I just recently found ELMAH and after testing it on our development
servers, placed it in a production environment. My changes to
web.config were the same on both servers, as production is supposed to
mirror the development environment.
I've noticed a couple of differences between how ELMAH is working in
production vs. the development server:
1. I've set it up to receive email logging, but I don't get some of
the emails when errors occurr. I do see the errors when I use the
elmah.axd page. Emails that I am getting are errors such as "request
timed out" errors and the test error that you can cause ELMAH to
generate.
2. I'm not seeing the line numbers in the error code on the
production server. I understand that in order to see the line
numbers, I have to deploy the PDB file (which I uderstand isn't always
a good idea). The PDB file is located in the bin folder, along with
the ELMAH dl.
Since my setup for ELMAH is the same on both servers, what other
settings would make ELMAH operate differently on these two servers?
I'm thinking that there must be some settings in IIS or on the
production server that are different.
Mario