Publisher Activation page
Component Activation page
Cluster Setup page
Server Setup page
第1题:
You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. You create a folder named Dark in the App_Themes folder of the Web application. You also addfour skin files to this folder. You have to make sure that the controls on a page have their appearances overridden by the control definitions defined in the skin files. What should you do? Which Page directive should you use?()
第2题:
Where do you enable the CRS engine?()
第3题:
You develop an ASP.NET Web page that includes multiple WebPartZone controls, an EditorZone. Users report that they cannot customize the layout of the page by moving WebParts from one.You need to ensure that users can successfully move Web Parts from one zone to another. What should you do?()
第4题:
You are developing an ASP.NET Web application. You create a master page. The master page requires a region where you can add page-specific content by using the ASP.NET page designer. You need to add a control to the master page to define the region. Which control should you add?()
第5题:
You are developing a Web application. The Web application restricts access to an administrative page. The Web application uses the following code segment to protect the page.if (Page.User.Identity.Name != @"CONTOSO/Administrator") { the page, you are redirected to Login.aspx. You discover that the User.Identity.Name property is not being correctly populated. You need to ensure that you can access the page when you are logged on as Administrator. Which two actions should you perform? ()
第6题:
You have a computer that runs Windows 7 and Windows Internet Explorer 8. You open Internet Explorerand access a Web site. The Web site displays a page that has misaligned text and graphic images. Youverify that the Web page displays correctly in previous versions of Internet Explorer. You need to view theWeb page correctly. What should you do?()
第7题:
<% Page EnableViewState=”true” ViewStateMode=”Enabled” _ %>
<% Page EnableViewState=”true” ViewStateMode=”Disabled” _ %>
<% Page EnableViewState=”false” ViewStateMode=”Disabled” _ %>
<% Page EnableViewState=”false” ViewStateMode=”Enabled” _ %>
第8题:
Cisco Unified CallManager cluster setup
SQL 2K server setup
Cisco CRS server setup
Cisco CRS cluster setup
第9题:
SetPage.MasterPageFile in the Page’sPage_Initevent.
SetPage.MasterPageFile in the Page’sOnInit event.
SetPage.MasterPageFile in the Page’sPage_Loadevent.
SetPage.MasterPageFile in the Page’sPage_PreInitevent.
第10题:
identify your Cisco CRS license files and location, enter information about your LDAP, and designate a Cisco CRS administrator
identify CSQs and JTAPI user and designate a Cisco CRS administrator
identify resources and RM user and enter information about your LDAP
identify your Cisco CRS license files and location, enter information about your LDAP, and designate IPCC Express resources
第11题:
Content
ContentPlaceHolder
PlaceHolder
Substitution
第12题:
<%@ Page Language=C# Theme=article%>
<%@ Page Language=C# MasterPageFile=~/article.master%>
<%@ Page Language=C# ie:MasterPageFile=~/article.master%>
< %@Page Language=C# all:MasterPageFile=~/article.master%>
第13题:
You are implementing an ASP.NET Web page. The page includes several controls, but only a GridView requires view state. You set the GridView… You need to ensure that the page will omit unneeded view state. Wich @ Page directive should you use?()
第14题:
Certkiller .com's e-Commerce Web application contains a page named Products.aspx that uses data source and data-bound server controls. Customers use the server controls to search for products. The Products.aspx page does not have an associated code-behind file. You need to convert the Products.aspx page to a user control so that its functionality can be reused on other pages. What should you do?()
第15题:
You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do? ()
第16题:
You are perfoming security testing on an existing asp.net web page.You notice that you are able to issue unauthorised postback requests to the page. You need to prevent unauthorised post back requests. which page directive you use?()
第17题:
You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do?()
第18题:
Move the Products.aspx page to the App_Code folder.
Create a code-behind file for the Products.aspx page.
Rename the Products.aspx page to Products.ascx.
Remove all server controls from the Products.aspx page.
Replace the Page directive with a Control directive.
第19题:
<%@Page strict = true %>
<%@Page enableViewStateMac = true %>
<%@Page EnableEventValidation = true %>
<%@Page Aspcompact = true %>
第20题:
Configure the Web site to enable session state.
Configure the Web site to require authentication and to use personalization.
Add a ProxyWebPartManager control to the page.
Add a AppearanceEditorPart control to the page.
第21题:
<%@ Page Language=VB Theme=article%>
<%@ Page Language=VB MasterPageFile=~/article.master%>
<%@ Page Language=VB ie:MasterPageFile=~/article.master%>
<%@Page Language=VB all:MasterPageFile=~/article.master%>
第22题:
You should use the page directive: <%@ Page StyleSheetTheme=App_Themes.Dark/>
You should use the page directive: <%@ Page Theme=App_Themes.Dark/>
You should use the page directive: <%@ Page Theme=Dark/>
You should use the page directive: <%@ Page StyleSheetTheme=Dark/>
第23题:
Publisher Activation page
Component Activation page
Cluster Setup page
Server Setup page
第24题:
Set Page.MasterPageFile in the Page's Page_Init event.
Set Page.MasterPageFile in the Page's OnInit override.
Set Page.MasterPageFile in the Page's Page_Load event.
Set Page.MasterPageFile in the Page's Page_PreInit event.