Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Global Error handling in Applicatio_Error() of Global.asax

Reply
Thread Tools

Global Error handling in Applicatio_Error() of Global.asax

 
 
VSK
Guest
Posts: n/a
 
      07-28-2003
Hi all,

For a web application if we are using web farm, and if i want to do Global
Error handling can i use Applicatio_Error() method in global.asax.
Now in this method i will call business object which will log the exception
details into database, file etc....... am not sure if there will be any
performance issues or any other issues in web farm , when many users get
exception at the same time and try to access the Applicatio_Error() method
at the same time......

If anyone has used please let me know an foreseen issues..........

Thanks
VSK



 
Reply With Quote
 
 
 
 
Alvin Bruney
Guest
Posts: n/a
 
      07-29-2003
yes you can do this but you need to lock the logging mechanism when you
write to it and unlock it when you are done. the same concurrency rules
apply here
"VSK" <> wrote in message
news:...
> Hi all,
>
> For a web application if we are using web farm, and if i want to do

Global
> Error handling can i use Applicatio_Error() method in global.asax.
> Now in this method i will call business object which will log the

exception
> details into database, file etc....... am not sure if there will be any
> performance issues or any other issues in web farm , when many users get
> exception at the same time and try to access the Applicatio_Error() method
> at the same time......
>
> If anyone has used please let me know an foreseen issues..........
>
> Thanks
> VSK
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FWSM/PIX and Dynamic PAT using global IP range vs. global interface vs. global IP Hoffa Cisco 1 10-25-2006 06:50 PM
FWSM/PIX and Dynamic PAT using global IP range vs. global interface vs. global IP Hoffa Cisco 0 10-25-2006 01:04 PM
Global.asax application_error for global erro handling vikram ASP .Net 1 10-04-2006 02:05 PM
Global Error Handling Jim Slade ASP .Net 2 12-01-2004 05:52 PM
global error handling Kemal Taskin ASP .Net 1 08-10-2004 01:32 PM



Advertisments