An on-premise .NET application uses an on-premise Microsoft 

题目
单选题
An on-premise .NET application uses an on-premise Microsoft SQL Server 2008 database.  The existing compute infrastructure is insufficient to support peak loads.   You plan to move only the compute-intensive component of the application into Windows Azure.  The component requires access to the on-premise database.   The on-premise database cannot be accessed from outside the network boundary.  You need to recommend a database topology.  What should you recommend?()
A

 Use SQL Azure for the on-premise components and the compute-intensive component.

B

 Configure merge replication with the on-premise database as publisher and the SQL Azure database as subscriber.

C

 Configure snapshot replication with the on-premise database as publisher and the SQL Azure database assubscriber.

D

 Configure snapshot replication with the SQL Azuredatabase as publisher and the on-premise database as subscriber.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第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 ASP.NET application by using the Microsoft .NET Framework version 3.5. The application uses Session objects. You are modifying the application to run on a Web farm. You need to ensure that the application can access the Session objects from all the servers in the Web farm. You also need to ensure that when any server in the Web farm restarts or stops responding, the Session objects are not lost.  What should you do?()

  • A、Use the InProc Session Management mode to store session data in the ASP.NET worker process. 
  • B、Use the SQLServer Session Management mode to store session data in a common Microsoft SQL Server 2005 database. 
  • C、Use the SQLServer Session Management mode to store session data in an individual database for each Web server in the Web farm. 
  • D、Use the StateServer Session Management mode to store session data in a common State Server process on a Web server in the Web farm. 

正确答案:B

第3题:

Certkiller.com has hired you as a system administrator for their network. The previousadministrator created a Microsoft ASP.NET Web application. Microsoft .NET Framework v3.5 wasused to create this application. You detect an unexpected increase in the value of the Application Restarts counter whilstmonitoring the application performance counters. You receive an instruction from management toidentify the reasons for the increase. What should you identify?()

  • A、The increase occurred due to changes made to the Web.config file in the system.web sectionfor debugging the application.
  • B、The increase occurred due to the Microsoft IIS 6.0 host being restarted.
  • C、The increase occurred due to an additional code fragment that needs recompilation to theASP.NET Web application.
  • D、The increase occurred due to the Microsoft Windows Server 2003 that hosts the Webapplication being restarted.
  • E、The increase occurred due to an additional new assembly in the Bin directory of the application.
  • F、The increase occurred due to HTTP compression being enabled in the Microsoft IIS 6.0manager for the application

正确答案:A,C,E

第4题:

How can you connect on-premise server and an application via IPSec with Azure?()  

  • A、 Configure Windows Azure Connect.
  • B、 Configure Windows Azure AppFabric Access Control.
  • C、 Use the Windows Azure AppFabric Service Bus.
  • D、 Use the Windows Azure Content Delivery Network (CDN).

正确答案:A

第5题:

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

第6题:

You are designing a Windows Azure application that will communicate with existing on-premise applications and services.  The application will be activated for Windows Azure Connect.  You need to recommend a solution for completing the Windows Azure Connect configuration.  Which two actions should you recommend?()

  • A、 Place local endpoints in groups and then configure a connection between the groups and the application.
  • B、 Place hosted endpoints in groups and then configure a connection between the groups and the application.
  • C、 Install endpoint software on local computers or virtual machines.
  • D、 Install endpoint software on hosted virtual machines.

正确答案:A,C

第7题:

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application uses the drag-and-drop functionality. You need to ensure that the drag-and-drop operation is stopped when a user moves the cursor outside the boundaries of the application form. Which enumeration member should you use?()

  • A、 DragAction.Cancel
  • B、 DragAction.Drop
  • C、 DragDropEffects.None
  • D、 DragDropEffects.All

正确答案:A

第8题:

An on-premise .NET application uses an on-premise Microsoft SQL Server 2008 database.  The existing compute infrastructure is insufficient to support peak loads.   You plan to move only the compute-intensive component of the application into Windows Azure.  The component requires access to the on-premise database.   The on-premise database cannot be accessed from outside the network boundary.  You need to recommend a database topology.  What should you recommend?()

  • A、 Use SQL Azure for the on-premise components and the compute-intensive component.
  • B、 Configure merge replication with the on-premise database as publisher and the SQL Azure database as subscriber.
  • C、 Configure snapshot replication with the on-premise database as publisher and the SQL Azure database assubscriber.
  • D、 Configure snapshot replication with the SQL Azuredatabase as publisher and the on-premise database as subscriber.

正确答案:A

第9题:

You are employed as a network administrator at Certkiller.com. You are in the process of creatingan Asp.Net application using Microsoft .NET Framework v3.5.  The application is hosted on a server named CERTKILLER-SR01. CERTKILLER-SR01 isconfigured to run Microsoft IIS 6.0. You receive several requests from management to set upCERTKILLER-SR01 for remote debugging. You need to make use of CERTKILLER-WS01 inorder to debug the application remotely.  What should you do?()

  • A、This can be accomplished by attaching Microsoft Visual Studio.NET to the inetinfo.exe process.
  • B、This can be accomplished by attaching Microsoft Visual Studio.NET to the Msvsmon.exeprocess.
  • C、This can be accomplished by attaching Microsoft Visual Studio.NET to theWebDev.WebServer.exe process.
  • D、This can be accomplished by attaching Microsoft Visual Studio.NET to the w3wp.exe process.

正确答案:D

第10题:

单选题
You are employed as a network administrator at Certkiller.com. You are in the process of creatingan Asp.Net application using Microsoft .NET Framework v3.5.  The application is hosted on a server named CERTKILLER-SR01. CERTKILLER-SR01 isconfigured to run Microsoft IIS 6.0. You receive several requests from management to set upCERTKILLER-SR01 for remote debugging. You need to make use of CERTKILLER-WS01 inorder to debug the application remotely.  What should you do?()
A

This can be accomplished by attaching Microsoft Visual Studio.NET to the inetinfo.exe process.

B

This can be accomplished by attaching Microsoft Visual Studio.NET to the Msvsmon.exeprocess.

C

This can be accomplished by attaching Microsoft Visual Studio.NET to theWebDev.WebServer.exe process.

D

This can be accomplished by attaching Microsoft Visual Studio.NET to the w3wp.exe process.


正确答案: C
解析: 暂无解析

更多相关问题