简述调用Web Service设计ASP.NET应用程序的基本步骤?
第1题:
在Web Service中,通过__________来执行服务调用。
A.HTTPS
B.SOAP
C.XML Schema
D.UDDI

第2题:
在ASP.NET中,下面说法正确的是()
第3题:
You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. This application will be part of a solution that contains a Windows Communication Foundation (WCF) service project. The Web application will be used to make calls to a service identified in theWCF service project. Management is planning to host the Web application on a separate serverfrom the WCF service. They want the WCF service to perform remotely. You need to add areference to the WCF service. What should you do?()
第4题:
下面关于XML Web Services的说法,错误的是()。
第5题:
You are planning to migrate an existing web application to Windows Azure. The application consists of an ASP.NET web application and a set of native Win32 Windows Services that provide data to the application by using named pipes. The Windows Services cannot be modified. You need to recommend a strategy for migrating the application to Windows Azure. What should you recommend?()
第6题:
You are creating an ASP.NET web application that hosts several Windows Communication Foundation (WCF) services. The services have ASP.NET Compatibility Mode enabled. Users authenticate with the Web application by using a cookie-based ASP.NET Forms Authentication model. You add a service file named Authentication.svc that contains the following code segment: <%@ ServiceHost Service="System.Web.ApplicationServices.AuthenticationService" Factory="System.Web.ApplicationServices.ApplicationServicesHostFactory" %> You need to ensure that users can access the WCF services without having to re-authenticate. Which two configuration settings should you add? (Each is part of a complete solution. Choose two.)()
第7题:
You create a Visual Studio 2010 solution that includes a WCF service project and an ASP.NET project. The service includes a method named GetPeople that takes no arguments and returns an array of Person objects. The ASP.NET application uses a proxy class to access the service. You use the Add Service Reference wizard to generate the class. After you create the proxy, you move the service endpoint to a different port. You need to configure the client to use the new service address. In addition, you must change the implementation so that calls to the client proxy will return a List
第8题:
创建一个新的Web控件库项目,在一个Web自定义控件中创建工具条
将一个新的Web窗体添加到你的ASP.NET项目,使用HTML服务器控件在WEB窗体内设计该工具条,并用.ascx扩展名保存该web窗体
将一个新的Web用户控件添加到你的ASP.NET项目,在Web用户控件中创建工具条
将一个新的组件类添加到你的ASP.NET项目,使用HTML服务器控件在该组件类的设计程序中设计该工具条
第9题:
XML Web Service的核心概念是基于Java的应用程序能够在基于标准的环境中创建,并作为服务将内容传递给客户端
XML Web Service为基于web的专用应用程序在Internet上的传输提供了一种方式
XML Web Service利用XML和其他Internet标准,使得服务的使用者能够通过XML得到它们的服务
XML Web Service的例子包括税收计算服务,验证服务和各种购物和电子商务服务等等其他各种服务
第10题:
创建Web Service
发布Web Service
调用Web Service
调试Web Service
第11题:
Define a Windows CommunicationFoundation (WCF) contract for the services.
Deploy each Windows Service to a separate worker role. Deploy the ASP.NET application to a web role.
Deploy the application and Windows Services in a Windows Azure VM role.
Upload service binaries to a web role by using the Windows Azure Service Management API.
第12题:
In the context menu for the service reference in the ASP.NET project, select the Configure Service Reference commSystem.Collections.Generic.List
In the context menu for the service reference in the ASP.NET project, select the Update Service Reference comma
Change the service interface and implementation to return a List
Edit the address property of the endpoint element in the web.config file to use the new service address
第13题:
下列关于Service描述不正确的是()。
第14题:
ASP.NET的Web应用程序项目中的所有后台代码类文件会被编译成一个()。
第15题:
简述设计Web站点的一般步骤。
第16题:
You work as the IT professional in an international company which is named Wiikigo. You are experiencedin implementing and administering a network operating system. You are specialized in deploying servers,configuring Windows Server 2008 Terminal services and network application services, and configuring aweb services infrastructure. You are in charge of a server that runs Windows Server 2008. The server hasthe Web Server (IIS) server role installed. The Web developer at your company creates a new Web sitethat runs an ASP.NET 3.0 Web application. The ASP.NET Web application must run under a securitycontext that is separate from any other ASP.NET application on the Web server. You create a local useraccount and grant account rights and permissions to run the ASP.NET Web application. Authentication forthe new Web site should be configured to support the Web application. What action should you perform?()
第17题:
You manage a server that runs Windows Server 2008. The server has the Web Server (IIS) role installed. The Web developer at your company creates a new Web site that runs an ASP.NET 3.0 Web application. The ASP.NET Web application must run under a security context that is separate from any other ASP.NET application on the Web server. You create a local user account and grant account rights and permissions to run the ASP.NET Web application. You need to configure authentication for the new Web site to support the Web application. What should you do?()
第18题:
您管理着一台运行 Windows Server 2008的服务器。该服务器上安装了Web服务器(IIS)角色。公司的 Web 开发人员创建了一个新的网站,上面运行了一个ASP.NET 3.0 Web应用程序。该ASP.NET Web应用程序必须在与Web服务器上的任何其他ASP.NET应用程序分开的安全上下文中运行。您创建了一个本地用户账户,并授予该账户运行此 ASP.NET Web 应用程序的权利和权限。您需要配置新网站的身份验证,以支持该Web应用程序。该怎么做?()
第19题:
第20题:
In the system web. Extensions scripting/webServices/authenticationService element, set the enabled attribute to true.
In the system web. Extensions scripting/webServices/profileService element, set the enabled attribute to true.
Add a service endpoint with basicHttpBinding for the contract System.Web.ApplicationServices.AuthenticationService.
Add a custom service behavior named AuthenticationService Type Behaviors with a service AuthenticationManager element that has service AuthenticationManagerType set to System.Web.Security.SQL Membership Provider
第21题:
在这个应用程序的Web.config文件中创建一个applicationError节去处理ASP.NET代码错误
在这个应用程序的Global.asax文件中创建一个CustomErrors事件去处理HTTP错误
在这个应用程序的Web.config文件中创建一个CustomErrors节去处理HTTP错误
在这个应用程序的每一页中添加一个Page指示符去处理ASP.NET代码错误
第22题:
启动Service的组件被销毁时,Service也将被销毁
当Activity通过调用startService()方法启动Service时,它处于started状态
当应用程序组件通过调用bindService()方法绑定到Service时,Service处于bound状态
其他应用程序组件能启动Service并且即便用户切换到另一个应用程序,Service还可以在后台运行
第23题:
在Visual Studio .NET的Project菜单上选择Add Web Service,并浏览XML Web service
在Visual Studio .NET的Project菜单上选择Add Reference,并浏览XML Web servic
在Visual Studio .NET的Project菜单上选择Add Web Reference,并浏览XML Webservic
运行Tlbimp.exe,为XML Web service提供他的URL
运行Disco.exe,为XML Web service提供他的URL