V
VSK
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
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