You have a Microsoft ASP.NET Framework version 1.0 applicati

题目
单选题
You have a Microsoft ASP.NET Framework version 1.0 application. The application does not use any 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 withoutrecompiling the application.  What should you do? ()
A

Edit the ASP.NET runtime version in IIS 6.0.

B

Edit the System.Web section handler version number in the machine.config file.

C

Add the requiredRuntime configuration element to the Web.config file and set the version attribute to v3.5.

D

Add the supportedRuntime configuration element in the Web.config file and set the version attribute to v3.5.

参考答案和解析
正确答案: A
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You have a Microsoft ASP.NET Framework version 1.0 application. The application does not use any 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?()

  • A、Edit the ASP.NET runtime version in IIS 6.0. 
  • B、Edit the System.Web section handler version number in the machine.config file. 
  • C、Add the requiredRuntime configuration element to the Web.config file and set the version attribute to v3.5. 
  • D、Add the supportedRuntime configuration element in the Web.config file and set the version attribute to v3.5.

正确答案:A

第2题:

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?()

  • A、 Use a custom action. 
  • B、 Set the MinVersion property to .NET Framework 4.
  • C、 Set the Version property of Windows Installer to .NET Framework 4.
  • D、 Set the Version property of the Launch Condition to .NET Framework 4.

正确答案:D

第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?()

  • A、the ITemplatable interface 
  • B、the INamingContainer interface 
  • C、the IRequiresSessionState interface
  • D、the IPostBackDataHandler interface

正确答案:B

第4题:

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?()

  • A、the ITemplatable interface
  • B、the INamingContainer interface
  • C、the IRequiresSessionState interface
  • D、the IPostBackDataHandler interface

正确答案:B

第5题:

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?()

  • A、Add a reference path in the Property Pages of the project to the location of the missing assembly. 
  • B、Add a working directory in the Property Pages of the project to the location of the missing assembly. 
  • C、Change the output path in the Property Pages of the project to the location of the missing assembly. 
  • D、Delete the assembly reference. Add a reference to the missing assembly by browsing for it on your computer. 

正确答案:A

第6题:

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You create a custom-templated server control.  | English | Chinese | Japan | Korean | - 112 - Test Information Co., Ltd. All rights reserved. You need to ensure that the child controls of the server control are uniquely identified within thecontrol hierarchy of the page.  Which interface should you implement? ()

  • A、the ITemplatable interface
  • B、the INamingContainer interface
  • C、the IRequiresSessionState interface
  • D、the IPostBackDataHandler interface

正确答案:B

第7题:

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?()

  • A、Edit the ASP.NET runtime version in IIS 6.0.
  • B、Edit the System.Web section handler version number in the machine.config file.
  • C、Add the requiredRuntime configuration element to the Web.config file and set the version attribute to v3.5.
  • D、Add the supportedRuntime configuration element in the Web.config file and set the version attribute to v3.5.

正确答案:A

第8题:

You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5. You deploy the application on a Microsoft IIS 6.0 Web server. The server runs on a worker process isolation mode, and it hosts the .NET Framework version 1.1 Web applications.  | English | Chinese | Japan | Korean | - 108 - Test Information Co., Ltd. All rights reserved. When you attempt to browse the application, the following error message is received:  "It is not possible to run different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process." You need to ensure that the following requirements are met:  ¡;¤All the applications run on the server  ¡;¤All the applications remain in process isolation mode  ¡;¤All the applicatios do not change their configurations.  Which two actions should you perform?()

  • A、Create a new application pool and add the new application to the pool.
  • B、Configure the IIS 6.0 to run the WWW service in the IIS 5.0 isolation mode.
  • C、Configure the new application to use the .NET Framework version 2.0 in the IIS 6.0 Manager. 
  • D、Set autoConfig="false" on the  property in the machine.config file.
  • E、Disable the Recycle worker processes option in the Application Pool Properties dialog box.

正确答案:A,C

第9题:

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? ()

  • A、Start Microsoft IIS 6.0.
  • B、Start the Application pool.
  • C、Set the .NET Framework version.
  • D、Add the Web.config file for the application.

正确答案:B

第10题:

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?()

  • A、Configure the .NET Framework website trust level to low
  • B、Configure the .NET Framework website trust level to High
  • C、Configure the .NET Framework website trust level to Full
  • D、Configure the .NET Framework website trust level to Medium
  • E、Configure the .NET Framework website trust level to Optimal

正确答案:C

更多相关问题