Question:You are writing a custom HTTP handler to be hosted in IIS 7.0 integrated mode. You intend to register the handler by using the Web.config file. What should you do? (Choose all that apply.)
A Define an <add/> element inside the <httpHandlers/> element.
B Define an <add/> element inside the <handlers/> element.
C Add a <httpHandlers/> element to the <system.Web/> element.
D Add a <handlers/> element to the <system.WebServer/> element.
+ AnswerB D
+ Report