多项选择题Web复制工具可以使用下面那个连接类型能部署ASP.NET Web应用?()

A.FTP
B.SMTP
C.SSH
D.IMAP
E.HTTP
F.Share Folders


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题你正在创建一个组合 Web 控件。你应该如何增加子控件?()

A.实现INaming Container接口.
B.重载Create Child Controls方法,并创建子控件。
C.重载Controls属性,并调用Ensure Child Controls方法.
D.增加控件到.ascx文件.

5.单项选择题

参考如下的 Web.Config 文件配置。请问,ASP.NET 会把没有验证的用户重定向到什么页面?()

A.Forms.aspx
B.LoginForm.aspx
C.ASP.NET will not redirect the user. Users will need to click a LoginStatus control to be redirected to the login page.
D.Login.aspx





9.多项选择题你将为 Web 应用创建一个控件 ContosoUI。你需要增加这个控件到 Microsoft Visual Studio .NET 的工具栏中,你应该通过下面那两个操作完成?()

A.创建ContosoUI控件为Web控件库。
B.创建ContosoUI控件为Web用户控件。
C.在VisualStudio.NET工具栏中,浏览并选择ContosoUI.ascx。
D.在VisualStudio.NET工具栏中,浏览并选择ContosoUI.dll。

10.单项选择题你在开发一个Web控件。这个Web控件由label控件和相关联的文本框控件组成。你需要报证Web控件能够放入Visual Studio工具栏并且能够可视化的设计,你应该如何做?()

A.为你的解决方案增加一个Web控件库项目;定义一个从CompositeControl继承的类。
B.为你的解决方案增加一个Windows控件库项目;定义一个从UserControl继承的类。
C.为你的解决方案增加一个Web用户控件项目;定义一个从UserControl继承的类。
D.为你的解决方案增加一个移动Web用户控件项目;定义一个从MobileUserControl继承的类。

最新试题

You create a Web site that is for members only. The behavior of the Web site changes according to the role of the user. The Web site uses the ASP.NET Membership control for creation of user accounts. You need to find out whether a user is a member of a particular role.What should you do?()

题型:单项选择题

You are using the ASP.NET membership APIs to manage user accounts for a Web site. The Web.config file contains the definition for the membership provider. After modifying the Web.config file to enable password recovery, you create a PasswordReset.aspx file.? You need to enable users to reset their passwords online. The new passwords must be sent to them by e-mail after they have logged on through the Login.aspx page. In addition, users must be required to answer their secret questions before resetting their passwords.Which code logic should you use?()

题型:单项选择题

You are developing a product search page named Search.aspx for Web application that will be integrated into Certkiller .com's existing e-Commerce Web site. The Search.aspx page allows customers search for products that match specific criteria. Once a product is located, you want an image of the product to be displayed. You want to use an Image control to display the image. You want to configure the Image control to display a description of the image if the image cannot be displayed in the customer's Web browser.What should you do?()

题型:单项选择题

You create a Web application for your company's intranet. You want to enable users to customize their versions of the intranet home page. You create sections of content as Web Parts. You need to ensure that users can customize content at any time.Which two code segments should you use?()

题型:多项选择题

You create a mobile Web application. You need to use a Command control to post user input from the UI elements back to the server.What are two possible ways to achieve this goal?()

题型:多项选择题

ou are developing a chat forum for the Certkiller .com Web site. You are using ASP.NET 2.0 to develop the chat forum. You are developing a Web Form that allows a subscriber to alter enter their account details. The page contains the following code snippet.You need to programmatically hide the TextBox control based on other input.What should you do?()

题型:单项选择题

You create a Web site for a customer. You need to deploy the Web site to the customers server without any of the source files for the Web site. You do not want the customer to be able to update any of the static pages on the Web site.Which tool should you use?()

题型:单项选择题

You create an intranet Web site for management of project documents. You need to enable all users to browse documents on the site. Only members of the administrators group must be ble to upload files.Which code segment of the Web.config file should you use?()

题型:单项选择题

You are developing a page named Process.aspx in a shopping cart Web application that will be integrated into Certkiller .com's existing e-Commerce Web site. The Process.aspx page allows customers to pay for purchases using their credit cards. The Process.aspx page contains a Button control that confirms the customer's payment and calls an external Web service that charges the customer's credit card. You must implement confirmation and prevent postback unless the customer confirms payment.What should you do?()

题型:单项选择题

You create a Web Form. The Web Form allows users to calculate values and display the results in a label named lblResults. You need to capture all unhandled exceptions on the Web Form through the Error event. The Error event must capture each unhandled exception and display it on the Web Form.Which code segment should you use?()

题型:单项选择题