Re: A question on debugging
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
jan.hancic@xxxxxxxxx wrote:
Search for your customErrors tag in the Web.config file and show it to
us.
<customErrors mode="RemoteOnly" defaultRedirect="/Errors/General.aspx">
</customErrors>
But it clearly has nothing to do with the custom errors tag as I am
catching all exceptions from the Application_OnError event and emailing
them to myself. On my development machine I get the line number in the
stack trace, but not on the production server. The development machine
is running XP Pro, the production server is Win 2003 Enterprise.
I will also confirm that the .pdb file has been uploaded to the
production machine and resides in the same folder as the DLL.
Anyone else got any ideas?
Mike
.
Relevant Pages
- Could not load file or assembly System.Web.Extensions
... I've downloaded the AJAX Extension and the CTP ... December package and installed on BOTH my development machine and the ... production server: On the development machine everything is on drive ... (microsoft.public.dotnet.framework.aspnet) - Re: Help with Debug vs Release build
... > After building my application in Release mode, exceptions are not being ... I copied the binaries (Debug mode) to a user's machine which does ... I suspect the exception catching you observe on your development machine is ... being done by the IDE, ... (microsoft.public.vsnet.general) - Re: A simple (dumb) Rookie question
... Fix your error reporting. ... On a development machine it must be set to ... Of course on the production server errors should not be shown, ... I always write to a logfile (on my Linux box it's ... (comp.lang.php) - Re: [PHP] Friday morning brain farts....
... holiday this week. ... on a production server attached to the Internet, ... development machine, E_NOTICE is always enabled. ... reason it's good to enable notices on a production server is because ... (php.general) - Re: [PHP] Friday morning brain farts....
... I vote that it should be later in the year. ... on a production server attached to the Internet, ... development machine, E_NOTICE is always enabled. ... I get an email from each server containing the contents of the error log from the previous day and my first task each day is to go through that and track down any issues that usage has highlighted. ... (php.general) |
|