Edit the ASP.NET runtime version in IIS 6.0.
Edit the System.Web section handler version number in the machine.config file.
Add the requiredRuntime configuration element to the Web.config file and set the version attribute to v3.5.
Add the supportedRuntime configuration element in the Web.config file and set the version attribute to v3.5.
第1题:
You create a Microsoft Windows Installer file for a Windows Presentation Foundation (WPF) application that requires Microsoft .NET Framework 4. You need to ensure that the installation starts only if .NET Framework 4 is already installed on the computer. What should you do?()
第2题:
You are maintaining a Microsoft ASP.NET Web Application that was created by using the Microsoft .NET Framework version 3.5. You obtain the latest version of the project from the source control repository. You discover that an assembly reference is missing when you attempt to compile the project on your computer. You need to compile the project on your computer. What should you do?()
第3题:
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a custom-templated server control. You need to ensure that the child controls of the server control are uniquely identified within the control hierarchy of the page. Which interface should you implement?()
第4题:
<compilation debug=true>
<compilation debug=false>
<compilation debug=true batch=true>
<compilation debug=false batch=false>
第5题:
Attach Microsoft Visual Studio.NET to the w3wp.exe process.
Attach Microsoft Visual Studio.NET to the inetinfo.exe process.
Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.
Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.
第6题:
Create a new application pool and add the new application to the pool.
Configure the IIS 6.0 to run the WWW service in the IIS 5.0 isolation mode.
Configure the new application to use the .NET Framework version 2.0 in the IIS 6.0 Manager.
Set autoConfig=false on the <processModel> property in the machine.config file.
Disable the Recycle worker processes option in the Application Pool Properties dialog box.
第7题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface
第8题:
In the Web.config file of the application,set the Theme attribute of the pages element to the name of the theme.
In the Web.config file of the application,set the StyleSheetThemeattribute of the pages element to the name of the theme.
Add a master page to the application. In the @Master directive,set the Theme attribute to the name of the theme.
Add a master page to the application. In the @Master directive,set the StyleSheetTheme attribute to the name of the theme.
第9题:
SelectedValue='<%# Eval(CategoryID) %>'
SelectedValue='<%# Bind(CategoryID) %>'
SelectedValue='<%# Eval(CategoryName) %>'
SelectedValue='<%# Bind(CategoryName) %>'
第10题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface
第11题:
You have a Microsoft ASP.NET Framework version 1.0 application. The application does not use any | English | Chinese | Japan | Korean | - 106 - Test Information Co., Ltd. All rights reserved. features that are deprecated in the Microsoft .NET Framework version 3.5. The application runs on Microsoft IIS 6.0. You need to configure the application to use the ASP.NET Framework version 3.5 without recompiling the application. What should you do?()
第12题:
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. When you access the application in a Web browser, you receive the following error message: "Service Unavailable". You need to access the application successfully. What should you do? ()
第13题:
You are an administrator at Cer-tech .com. You have been instructed to install Web Server (IIS) on a newWindows Server 2008 server. After installing IIS, you install Microsoft .NET framework 1.0 application on awebsite hosted on the server. You also have to make sure that all applications must run on a minimum level of permission according to the company security policy. You should configure the website applicationto have permissions to execute without creating other content or accessing Windows Server 2008 system components. What should you do to achieve this task?()
第14题:
A
B
C
D
第15题:
Use the Sys.Debug.fail method.
Use the Sys.Debug.trace method.
Use the Sys.Debug.assert method.
Use the Sys.Debug.traceDump method.
第16题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface
第17题:
A
B
C
D
第18题:
Set the Remote Debugging Monitor to use Windows Authentication.
Add the ContosoUser account to the domain Administrators group.
Add the ContosoUser account to the local Administrators group on the ContosoTest server.
Change the ASP.NET worker process on the ContosoTest server to run as the local Administrator account.
第19题:
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.