Question:You catch an unhandled exception in a Page_Error handler. How can you access the lasterror?
A Server.GetLastError B Server.ClearError C Request.GetLastError D Application.GetLastError
+ AnswerA
+ Report