Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How to get ex error log in Exceptions.aspx?How to interconnect try catch to exception page?
Posted
Updated 8-Sep-14 4:14am
v2
Comments
ZurdoDev 8-Sep-14 10:21am    
What are you stuck on?
SathishRam 9-Sep-14 8:02am    
Thank you,i got solution ,it didn't fired due to handled exception,unhandled exception raise will raise application error. i interconnect with help of "HttpContext.Current.Cache("LastException") = ex"
Sergey Alexandrovich Kryukov 8-Sep-14 10:26am    
Not clear. You hardly can get any help based on your information.
—SA
SathishRam 9-Sep-14 8:00am    
Thank you ,i got solution ,it didn't fired due to handled exception,unhandled exception raise will raise application error. i interconnect with help of "HttpContext.Current.Cache("LastException") = ex"

1 solution

If you have to ask that question, you REALLY need to pick up a beginners book on ASP.NET and work through it. Global.asax is a basic concept in ASP.NET that you really need to understand and you're not going to get the full treatment on it in a couple of forum posts.
 
Share this answer
 
Comments
SathishRam 9-Sep-14 7:54am    
Thank you for your advice,i got solution ,it didn't fired due to handled exception,unhandled exception raise will raise application error. i interconnect with help of "HttpContext.Current.Cache("LastException") = ex"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900