Question:You need to have ASP.NET dynamically generate Microsoft Word documents when a web browser requests a file ending in a .docx 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