Sign in | Join
Last post 07-15-2009 4:06 PM by papabear. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
I was asked this question in interview....suppose if we migrated a application fom 1.1 to 2.0 framework...and that application doesnt have proper exception handling mechanism how can we do that in less time.
Plzz help...
Thanks.
What you can do is handle it via the Global.asax.
Take a looksee here for an quick and dirty example of how to set it up, in this case it will send you an email with some of the pertinent information -> http://www.myfriedmind.com/techBlog/2009/05/29/GettingErrorsNicelyViaEmailFromYourWebsiteTheCVersion.aspx
You could also look at the Enterprise Library 3.0 (for example) but that has a learning curve. Look here for some info on that -> http://blogs.msdn.com/tomholl/archive/2007/02/23/announcing-the-policy-injection-application-block.aspx
Hope that helps...
m