当前位置:MCPD(70-536)题库

问题:

[单选]

最近,您创建了一个业务应用程序,需要复杂的安装逻辑。
您可以添加到项目的以下代码后选择创建一个自定义的安装程序,业务应用程序。()
public class ApplicationInstaller : Installer {
public override void Install (IDictionary stateSaver) {
//Install the application
Base.Install (stateSaver);
}
public override void Commit (IDictionary savedState) {
//Commit the application

A . 程序集应该被编译并且Install.exe工具适应运行。
B . RunInstaller特性应该被夹在business程序集上并且应该被设成true。
C . 程序集赢该被编译并且应该正常的运行
D . RunInstaller特性应该被添加到ApplicationInstaller类上并且应该被设成true.

You develop an ASP.NET web application that uses a Windows Azure web role. The application includes a startup script that installs a third-party component. You are developing a test plan for the startup script.  What should you recommend?()  Enable Remote Desktop Protocol (RDP) and deploy the application without the startup script.  Connect to the web role instance by using RDP, and then manually test the startup script.。  Deploy the application in the Windows Azure Compute Emulator.。  Deploy theapplication with a custom error page.。  Deploy the application and then use IntelliTrace.。 排污阀的主要作用是() 加强锅炉水循环。 排放锅炉内的水垢泥沙。 锅炉满水或停炉清洗时可以排放余水。 炉水取样。 水压试验的条件。 浏览器中浏览网页时使用的传输协议是()。 FTP协议。 HTTP协议。 Telent协议。 SMTP协议。 互联网金融对生活的冲击有()。 新需求增多。 提高效率。 跨界竞争。 网络基金。

最近,您创建了一个业务应用程序,需要复杂的安装逻辑。
您可以添加到项目的以下代码后选择创建一个自定义的安装程序,业务应用程序。()
public class ApplicationInstaller : Installer {
public override void Install (IDictionary stateSaver) {
//Install the application
Base.Install (stateSaver);
}
public override void Commit (IDictionary savedState) {
//Commit the application

参考答案:

  参考解析

本题暂无解析

在线 客服