74-133  Exam

Exam # of questions Description  Update
74-133 66 Microsoft 70-133 Customizing Portal Solutions wit... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

74-133 - Exam Information
  • Description:Microsoft 70-133 Customizing Portal Solutions with Microsoft SharePoint Products and Technologies
  • Passing Score:75%
  • Practice Test - Number of questions:66 questions
  • Simulation Test - Number of questions:66 questions
  • Simulation Test Duration:41 minutes
  • Has explanations:Yes

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)

  1. Add your extensions to an MCMS template file and connect all other Template Gallery Items (TGI) to this one.
  2. Create a new class based onMicrosoft.ContentManagement.Publishing.Template and add the assembly to the list of references in your MCMS Web project.
  3. 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.
  4. Create a new class with all required extensions and copy it to the Global Assembly Cache (GAC).
Correct Answer

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.