A.Page_Error B.Error C.Page.ErrorPage D.Application_Error
A. Modify the application settings by using the Web Site Administration Tool. B. Modify the application settings by using the Visual Studio property page editor for the project. C. Modify the application settings by using the resource editor. D. Modify the application settings by using the Visual Studio start options editor.
A. Access the personalization data from the Session property of the HttpContext object. B. Access the personalization data from the Application property of the HttpContext object. C. Access the personalization data from the Cache property of the HttpContext object. D. Access the personalization data from the Profile property of the HttpContext object.