Like they mentioned in that link i created Global.cs file in app_code folder and give reference like it mentioned in ismail's blog.It is running fine while i check my application using visual studio 2005.
My doubt is how check / Implement that in umbraco.
Elmah is a Handler which is almost the same as the global.asax file. You don't need to modify the Global.asax file to implement error logging. Just try it and it will work...
How to handle Application level errors in Umbraco?
Hi all,
Can any one send me a sample........
How to handle Application level errors in Umbraco?
---vijay.
Hi,
I usually use Elmah to log these kind of errors. Check out this blogpost to read about integrating Elmah into Umbraco.
Hope it helps you,
Richard
Hello Richard,
Thanks for your quick reply.But my doubt is how to and where to integrate global.asax in umbraco.
Please check the below link
http://our.umbraco.org/forum/developers/extending-umbraco/4752-Extending-Globalasax
Like they mentioned in that link i created Global.cs file in app_code folder and give reference like it mentioned in ismail's blog.It is running fine while i check my application using visual studio 2005.
My doubt is how check / Implement that in umbraco.
I request you to please guide me to solve this.
-------vijay.
Hi Vijay,
Elmah is a Handler which is almost the same as the global.asax file. You don't need to modify the Global.asax file to implement error logging. Just try it and it will work...
Cheers,
Richard
I go through the ELMAH documentation and made the changes in my umbraco folder but i didnt understand how to use ELMAH?
Can u send me any link for using global.asax to trace application level errors......
Thanks in advance
vijay.
is working on a reply...