()是一组支持高级WebService标准的NET类,这些标准包括WS-Security、WS-Policy、WS-Reliable Messaging和WS-Attachments等。A、visual studio for officeB、web service extensionsC、NET Compact FrameworkD、ASP.NET

()是一组支持高级WebService标准的NET类,这些标准包括WS-Security、WS-Policy、WS-Reliable Messaging和WS-Attachments等。

  • A、visual studio for office
  • B、web service extensions
  • C、NET Compact Framework
  • D、ASP.NET

相关考题:

下列( )不是运行ASP.NET程序的必要条件。A.IISB.浏览器C..NET FrameworkD.Microsoft Visual Studio.NET环境

●有关.NET框架的描述,(23)是错误的。(23)A.Visual Studio.NET是.NET平台的开发工具B..NET是ASP. NET的一个应用实例,是ASP. NET的一部分C..NET框架兼容了COM/DCOM基础结构D.通过Web Service技术可以实现.NET与J2EE的互操作

有关.NET框架的描述,( )是错误的。A. VisualStudio.NET是.NET平台的开发工具B. .NET是ASP.NET的一个应用实例,是ASP.NET的一部分C. .NET框架兼容了COM/DCOM基础结构D. 通过WebService技术可以实现.NET与J2EE的互操作

有关.NET框架的描述,( )是错误的。A:VisualStudio.NET是.NET平台的开发工具B:.NET是ASP.NET的一个应用实例,是ASP.NET的一部分C:.NET框架兼容了COM/DCOM基础结构D:通过WebService技术可以实现.NET与J2EE的互操作

ASP.NET支持多种语言它的缺省语言是()A、HTMLB、JavaScriptC、Visual BasicD、C#

简述调用Web Service设计ASP.NET应用程序的基本步骤?

在Visual Studio 2008中默认已安装了ASP.NET AJAX Control Toolkit.

下列哪一项正确描述了Visual Studio.NET与.NET Framework之间的关系()。A、Visual Studio.NET与.NET Framework之间没有关系B、可以使用Visual Studio.NETIDE或者简单的文本编辑器创建应用程序,应用程序运行时需要使用.NET FrameworkC、开发应用程序时需要.NET Framework,但是在运行Visual Studio.NET创建的应用程序时不需要它D、都不对

You create a control named ContosoUI for a Web application. You need to add the control to the toolbox of Microsoft Visual Studio .NET. Which two actions should you perform?()A、Create the ContosoUI control as a Web Control Library.B、Create the ContosoUI control as a Web user control.C、Within the Visual Studio .NET toolbox, browse to and select ContosoUI.ascx.D、Within the Visual Studio .NET toolbox, browse to and select ContosoUI.dll.

You are developing an ASP.NET application by using Visual Studio 2010. You need to interactively debug the entire application. Which two actions should you perform? ()A、Set the Debug attribute of the compilation node of the web.config file to true.B、Add a DebuggerDisplay attribute to the code-behind file of the page that you want to debug.C、Select the ASP.NET debugger option in the project properties.D、Define the DEBUG constant in the project settings.

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote debugging on the ContosoTest server.  You need to debug the application remotely from another computer named ContosoDev.  What should you do?()A、Attach Microsoft Visual Studio.NET to the w3wp.exe process. B、Attach Microsoft Visual Studio.NET to the inetinfo.exe process. C、Attach Microsoft Visual Studio.NET to the Msvsmon.exe process. D、Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.

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?()A、Configure the Windows Authentication setting to Enabled.B、Configure the Forms Authentication setting to Enabled by using all the default settings.C、Configure the ASP.NET State service to log on to the new local user account by using the Services console.D、Configure the ASP.NET Impersonation setting to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.

You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You create an ASP.NET Web application using .NET Framework 4.0. The Web application connects to a SQL Server database. You use the ADO.NET Entity Framework to handle persistence-ignorant entities. You create an ObjectContext object named ObjContext. Subsequently, you change properties on numerous entities. You are required to save the changed entity values in the SQL Server database. Which of the following code segments will you use?()A、ObjContext.SaveChanges(SaveOptions.DetectChangesBeforeSave);B、ObjContext.SaveChanges(SaveOptions.AcceptAllChangesAfterSave);C、ObjContext.SaveChanges(SaveOptions.All);D、ObjContext.SaveChanges(SaveOptions.None);

You work as an ASP.NET Web Application Developer for SomeCompany.  The company uses Visual Studio .NET 2010 as its application development platform. You create an ASP.NET Web application using .NET Framework 4.0. You create a Web page in the application. The Web page will get large sets of data from a data source.  You add a DataPager control to the page. You are required to display navigation controls that enable you to create a custom paging Ul for the DataPager control. What will you do?()A、Use NextPreviousPagerField.B、Use NumericPagerField.C、Use PreviousPagerField.D、Use NextPagerField.E、Use TemplatePagerField.

You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You have recently finished the development of an ASP.NET Web application using .NET Framework 4.0. Now, you are deploying the ASP.NET Web application to a remote server. You are required to select a deployment method that will make sure that all Internet Information Services (IIS) settings, in addition to the Web content, are deployed to the remote server. Which of the following deployment methods will you select to accomplish this?()A、Web Setup projectB、Web-based deploymentC、Deployment manifestD、Web Deployment Tool

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote  | English | Chinese | Japan | Korean | - 127 - Test Information Co., Ltd. All rights reserved. debugging on the ContosoTest server.  You need to debug the application remotely from another computer named ContosoDev. What should you do?()A、Attach Microsoft Visual Studio.NET to the w3wp.exe process.B、Attach Microsoft Visual Studio.NET to the inetinfo.exe process.C、Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.D、Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.

你正在为 Web 应用创建一个控件 ContosoUI。你需要增加这个控件到 Microsoft VisualStudio .NET 的工具栏。你应该通过下面那两个操作完成?()A、创建ContosoUI控件为Web控件库。B、创建ContosoUI控件为Web用户控件。C、在Visual Studio .NET 工具栏,浏览并选择ContosoUI.ascx。D、在Visual Studio .NET 工具栏,浏览并选择ContosoUI.dll.

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 instead of an array. Which two actions should you perform?()A、In the context menu for the service reference in the ASP.NET project, select the Configure Service Reference commSystem.Collections.Generic.ListB、In the context menu for the service reference in the ASP.NET project, select the Update Service Reference commaC、Change the service interface and implementation to return a ListD、Edit the address property of the endpoint element in the web.config file to use the new service address

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.

You are debugging an ASP.NET Web application by using the Visual Studio debugger. The application is incorrectly handling a SQL Exception on the login page. You need to break execution where the exception is thrown . What should you do?()A、Enable the User-unhandled option for SqlException in Visual Studio Exception configuration.B、Set the value of the customErrors element‟s mode attribute to “on” in the web.config file.C、Manually attach the Visual Studio debugger to Internet Explorer.D、Enable the thrown option for SqlException in Visual Studio exception configuration.

问答题简述调用Web Service设计ASP.NET应用程序的基本步骤?

单选题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?()AThis can be accomplished by attaching Microsoft Visual Studio.NET to the inetinfo.exe process.BThis can be accomplished by attaching Microsoft Visual Studio.NET to the Msvsmon.exeprocess.CThis can be accomplished by attaching Microsoft Visual Studio.NET to theWebDev.WebServer.exe process.DThis can be accomplished by attaching Microsoft Visual Studio.NET to the w3wp.exe process.

单选题()是一组支持高级WebService标准的NET类,这些标准包括WS-Security、WS-Policy、WS-Reliable Messaging和WS-Attachments等。Avisual studio for officeBweb service extensionsCNET Compact FrameworkDASP.NET

单选题You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You have recently finished the development of an ASP.NET Web application using .NET Framework 4.0. Now, you are deploying the ASP.NET Web application to a remote server. You are required to select a deployment method that will make sure that all Internet Information Services (IIS) settings, in addition to the Web content, are deployed to the remote server. Which of the following deployment methods will you select to accomplish this?()AWeb Setup projectBWeb-based deploymentCDeployment manifestDWeb Deployment Tool

单选题你为一家公司创建了一个ASP.NET的应用程序。公司配置了一个XMLWeb服务来返回百科全书的文章清单以及需要请求的关键字。你需要创建一个类来调用XMLWeb服务。你该怎么做?()A在Visual Studio .NET的Project菜单上选择Add Web Service,并浏览XML Web serviceB在Visual Studio .NET的Project菜单上选择Add Reference,并浏览XML Web servicC在Visual Studio .NET的Project菜单上选择Add Web Reference,并浏览XML WebservicD运行Tlbimp.exe,为XML Web service提供他的URLE运行Disco.exe,为XML Web service提供他的URL

判断题在Visual Studio 2008中默认已安装了ASP.NET AJAX Control Toolkit.A对B错

多选题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 instead of an array. Which two actions should you perform?()AIn the context menu for the service reference in the ASP.NET project, select the Configure Service Reference commSystem.Collections.Generic.ListBIn the context menu for the service reference in the ASP.NET project, select the Update Service Reference commaCChange the service interface and implementation to return a ListDEdit the address property of the endpoint element in the web.config file to use the new service address