Question:You want to create custom code that will be run for each request made to a website. What steps should you take? (Choose all that apply.)
A Create a class file that implements the IHttpHandler interface.
B Override the Init method to connect your code to specific application events.
C Override the ProcessRequest method to wire up your code to specific application events.
D Create a class file that implements the IHttpModule interface.
+ AnswerB D
+ Report