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.
第1题:
You develop a Web application. Your application contains two settings in the Web.config file. You deploy your application to production. You need to modify the application settings in the production environment without manually editing the XML markup in the Web.config file. What should you do? ()
第2题:
You create a Web application. The Web application enables users to change fields in their personal profiles. Some of the changes are not persisting in the database. You need to raise a custom event to track each change that is made to a user profile so that you can locate the error. Which event should you use?()
第3题:
Oracle Web Grid
ActiveCache
Coherence Grid Edition
WebLogic Session Replication
Coherence Web Edition
第4题:
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.
第5题:
Use Forms authenticationto generate claims.
Use Active Directory Federation Services (AD FS) to generate claims.
Use SqlMembershipProvider in the web application.
Use Windows Identity Foundation in the web application.
第6题:
Persist control data by using view state.
Use Web Part controls.
Maintain a profile for each user.
Enable session state on the Web application.
第7题:
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? ()
第8题:
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.
第9题:
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.
第10题:
Configure the Windows Authentication setting to Enabled.
Configure the Forms Authentication setting to Enabled by using all the default settings.
Configure the ASP.NET State service to log on to the new local user account by using the Services console.
Configure the ASP.NET Impersonation setting to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.
第11题:
AjaxHelper
XDocument
JsonResult
DataContractJsonSerializer
第12题:
Restart of the Microsoft IIS 6.0 host.
Restart of the Microsoft Windows Server 2003 that hosts the Web application.
Addition of a new assembly in the Bin directory of the application.
Addition of a code segment that requires recompilation to the ASP.NET Web application.
Enabling of HTTP compression in the Microsoft IIS 6.0 manager for the application.
Modification to the Web.config file in the <system.web> section for debugging the application.