Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I want to extend Global.ASAX, because I want to add logging when Application Error.
But When I create Global.asax on my site.. it seems global asax already exists in App_global.asax.dll.
Is it global asax located on umbraco.presentation ?
I try to add a partial class. and it doesn't work as well.
Is that possible to override Global.ASAX ?
because when I see the code currently no one handle if there is application error.
Thanks
You can delete the App_global.asax.dll, it doesn't do anything
There is also another option see http://blog.mattbrailsford.com/2010/07/11/registering-an-application-start-event-handler-in-umbraco/
Regards
Ismial
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Extending Global ASAX
Hi,
I want to extend Global.ASAX, because I want to add logging when Application Error.
But When I create Global.asax on my site.. it seems global asax already exists in App_global.asax.dll.
Is it global asax located on umbraco.presentation ?
I try to add a partial class. and it doesn't work as well.
Is that possible to override Global.ASAX ?
because when I see the code currently no one handle if there is application error.
Thanks
You can delete the App_global.asax.dll, it doesn't do anything
There is also another option see http://blog.mattbrailsford.com/2010/07/11/registering-an-application-start-event-handler-in-umbraco/
Regards
Ismial
is working on a reply...