Ask a Question related to ASP.NET General, Design and Development.
-
Stoyan #1
Application_Error event and 404 error?
I implemet in Application_Error event in Global.asax, So now when some error
occurs in application it send me email, the problem is that it consider 404
like error and send me everytime email when some user type some wrong
address of page.
Is it possible to filter the error code? Can I in Application_Error event
check if error is 404 and do not send email?
thanks
Stoyan Guest
-
Getting Error: Event Type 'flash.event:event' is unavailable ?????
Hi, I am not using Cairngorm or anything, but trying to get an app built first without it then look into it. I am getting this error however... -
How do I get actual error in Application_Error() web method?
I have a web service running and occasionally my web method Application_Error() is getting called. How do I find out what the error really is? ... -
Application_Error won't fire for web services ?
Hi, I'm having problem to have the Application_Error fire on web service type projects (it works ok on asp.net projects) what might the the issue... -
Application_error & web services
Hi all, I am practically tearing my hair out here!! In my global.asax file, I have in the Application_error() sub a call to a sub in a library... -
Ignore exception in Application_Error event but maintain state
Hi, I would like to ignore a certain exceptions in Application_Error event in Global.asax.cs file and still have the page's state be maintained. ...



Reply With Quote

