How to handle exceptions without using try,catch,throw, and
log4j

Answer Posted / pravin

in case of .net, if you are not using
try/catch/finally/throw/log4j

1. make use of Page_error method on any .aspx page to
handle error on the specfic page
2. in global.asax use application_error event handler
3. web.config, under Error - specify what need to be done
based on error code/type

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the SSL formats supported by iPlanet/SunOne?

1201


How to configure SSL in iPlanet/SunOne?

1362


How to configure a website in iPlanet/SunOne?

1479