| 74-133 Exam |
| 74-133 - Exam Information |
| Question of the day |
You develop a Web site by using Microsoft Content Management Server 2002 (MCMS). Your templates all require a common set of functional extensions beyond the standard MCMS template. You decide to create a new class that inherits the base class used for MCMS template files. You need to implement your new template class. What should you do?
Answer(s)
Create a new class based onSystem.Web.UI.Page, including the required extensions, and specify that each template file uses this class as its base.