Which approach should you recommend?

You are designing an ASP NET Web application that contains both publicly accessible pages and
administrative pages.
You need to handle errors differently for publicly accessible pages and adminstrative pages and you must use
common code for each type of page.
Which approach should you recommend?

You are designing an ASP NET Web application that contains both publicly accessible pages and
administrative pages.
You need to handle errors differently for publicly accessible pages and adminstrative pages and you must use
common code for each type of page.
Which approach should you recommend?

A.
Use the Application_Error method in the Global.asax.es file

B.
Use the subclasses of System.Web.UI Page_Error methods

C.
Use the Page_Error method in each of the master pages
D. Use the Page_Error method in each of the publiclyaccessible pages and administrative pages



Leave a Reply 0

Your email address will not be published. Required fields are marked *