Enable Anonymous access. Enable Integrated Windows authentication.
Enable Anonymous access. Enable Basic authentication.
Disable Anonymous access. Enable Integrated Windows authentication.
Disable Anonymous access. Enable Basic authentication.
第1题:
You are creating a templated Web control for use in your Web application. You need to add the Web control to your Web application pages without compiling your control into a .dll file. What should you do?()
第2题:
You are developing an ASP.NET Web page. The page includes a List
第3题:
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? ()
第4题:
You create a Web Form. The Web Form allows users to log on to a Web site. You implement the login logic using a Login control named Login1. The membership data for the application is stored in a SQL Express database in the App_Data directory. You need to configure your application so that the membership data is stored in a local Microsoft SQL Server database. You add the following code segment to the Web.config file.
第5题:
<%: Model.FirstName %>
<%= Model.FirstName %>
<% Response.Write(Model.FirstName) %>
<% Response.Write(HttpUtility.HtmlDecode(Model.FirstName)) %>
第6题:
<compilation debug=true>
<compilation debug=false>
<compilation debug=true batch=true>
<compilation debug=false batch=false>
第7题:
In the Web.config file, enable impersonation.
In IIS, enable anonymous access.
In IIS, disable anonymous access.
In the Web.config file, set the authentication mode to Windows.
第8题:
Reference the Object Iron packages in your form module.
Write an HTML interface, and invoke it from your form module.
Include the Wizard class reusable component in your application.
Build a customized wizard using tab canvases and a horizontal toolbar canvas.
第9题:
<authorization> <allow users=?/> </authorization>
<authorization> <deny users=?/> </authorization>
<authorization> <deny users=*/></authorization>
<authorization> <allow users=*/> </authorization>
第10题:
Persist control data by using view state.
Use Web Part controls.
Maintain a profile for each user.
Enable session state on the Web application.
第11题:
You are developing an ASP.NET application by using Visual Studio 2010. You need to interactively debug the entire application. Which two actions should you perform? ()
第12题:
You are working with a team of developers on a Web site. You copy the Web site from the staging server to work on it locally. While making changes, you create new C# source code files and delete old ones. You need to ensure that your changes propagate to the staging server without affecting any files that you have not modified. Which tool should you use? ()
第13题:
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 theASP.NET page designer. You need to add a control to the master page to define the region. Which control should you add?()
第14题:
You work as a Web Application Developer at Certkiller.com. You make use of .NET Frameworkv3.5 to create an ASP.NET application. You decide to create a Web user control named KingShare. KingShare is compiled as a library.The code segment below is written for KingShare. (The line numbers is included for reference purposes) 1 protected override void OnInit(EventArgs e) 2 { 3 base.OnInit(e); 4 5 } The master pages in the application contains the <%@ Master Language="C#" EnableViewState="false" %> directive. You receive an instruction from the network administratorto make sure that the KingShare state is able to persist on the pages that reference the masterpage. You should thus identify the appropriate code segment you need to add to line 4 to achievethis. What should you do?()
第15题:
In the Web.config file, enable impersonation.
In IIS, enable anonymous access.
In IIS, disable anonymous access.
In the Web.config file, set the authentication mode to Windows.
第16题:
Enable Anonymous access. Enable Integrated Windows authentication.
Enable Anonymous access. Enable Basic authentication.
Disable Anonymous access. Enable Integrated Windows authentication.
Disable Anonymous access. Enable Basic authentication.
第17题:
XCOPY
the Copy Web tool
the Publish Web tool
a Web Setup project
第18题:
OnLoad
Construct
OnDataBinding
SaveControlState
第19题:
A
B
C
D