1.7.1 Question
Multiple Choice
In an HTTP module, can you redirect the request to a different handler than is in the routing table? If so, what event would you handle?
- A. Yes, and you handle the PostAuthorizeRequest event.
- B. No, after the request starts into the process, it either continues through to the mapped handler or throws an error.
- C. Yes, and you handle the MapRequestHandler event.
- D. Yes, and you handle the ReleaseRequestState event.