Question:You need to have ASP.NET dynamically generate Word documents when a Web
browser requests a file ending in a .doc extension. How can you do this?
A Implement the IPartitionResolver interface.
B Implement the IHttpModule interface.
C Implement the IHttpHandler interface.
D Implement the IHttpHandlerFactory interface.
+ AnswerC
+ Report