当前主流的三大动态Web开发技术是:PHP、ASP/ASP.NET和_______。
当前主流的三大动态Web开发技术是:PHP、ASP/ASP.NET和_______。
参考答案和解析
JSP;jsp
相关考题:
关于ASP.NET,以下叙述不正确的一项是( )。A.ASP.NET与ASP只是名称相似,而根本没有任何关系B.ASE.NET显著的功能和特点是代码编译执行和支持Web服务C.ASP.NET的主流和推荐的脚本语言是CD.ASP.NET是用于开发Web数据库应用程序的
有关ASP.NET脚本和HTML说法正确的是()A、HTML元素的ID属性值直接对应ASP.NET脚本的一个对象名B、一个HTML元素不需要添加“runat=server”,ASP.NET脚本也可以引用该HTML元素C、一个ASP.NET页面中脚本可以直接引用另一个ASP.NET页面的HTML元素D、 ASP.NET在原有的HTML元素的基础之上,又新增加一整套Web Server控件, 加强页面内容和脚本的设计能力。
在ASP.NET中,下面说法正确的是()A、machine.config用来保存Asp.net的当前计算机所有应用程序的配置B、web.config通常用来保存一个站点信息的配置信息C、web.config在一个web应用程序中可以有多个D、以上说法都正确
PHP是一种()脚本语言,基于()引擎。PHP常被用来开发动态的()内容,此为,它同样还可以被用来生成()(以及其它)文档。A、动态,PHP,数据库,HTMLB、嵌入式,Zend,HTML,XMLC、基于Perl的,PHP,Web,静态D、嵌入式,Zend,Docbook文档,MySQLE、基于Zend的,PHP,图像,HTML
下列关于ASP.NET的描述中,错误的是()。A、ASP.NET依赖于微软的.NET框架B、ASP.NET采用纯面向对象语言比采用脚本语言的执行效率高C、ASP.NET采用代码分离技术有利于开发协作D、ASP.NET和ASP都采用了JavaScript编程语言
下列构建Web网站的组合中,性价比最高的是()。A、JSP+IIS+OracleB、ASP.NET+IIS+MicrosoftSQLServerC、PHP++Apache+MySQLD、PHP+IIS+Oracle
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 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?()AConfigure the Windows Authentication setting to Enabled.BConfigure the Forms Authentication setting to Enabled by using all the default settings.CConfigure the ASP.NET State service to log on to the new local user account by using the Services console.DConfigure the ASP.NET Impersonation setting to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.
单选题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?()AThe ASP.NET Impersonation setting should be configured to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.BThe Windows Authentication setting should be configured to Enabled.CThe Forms Authentication setting should be configured to Enabled by using all the default settings.DThe ASP.NET State Service should be configured to log on to the new local user account by using the Services console.
单选题您管理着一台运行 Windows Server 2008的服务器。该服务器上安装了Web服务器(IIS)角色。公司的 Web 开发人员创建了一个新的网站,上面运行了一个ASP.NET 3.0 Web应用程序。该ASP.NET Web应用程序必须在与Web服务器上的任何其他ASP.NET应用程序分开的安全上下文中运行。您创建了一个本地用户账户,并授予该账户运行此 ASP.NET Web 应用程序的权利和权限。您需要配置新网站的身份验证,以支持该Web应用程序。该怎么做?()A将“Windows 身份验证”设置配置为“已启用”。B使用所有默认设置,将“Forms 身份验证”设置配置为“已启用”。C使用“服务”控制台将 ASP.NET 状态服务配置为用这个新的本地用户账户登录。D将“ASP.NET 模拟”设置配置为“已启用”。编辑“ASP.NET 模拟”设置,指定这个新的本地用户账户。
单选题有关ASP.NET脚本和HTML说法正确的是()AHTML元素的ID属性值直接对应ASP.NET脚本的一个对象名B一个HTML元素不需要添加“runat=server”,ASP.NET脚本也可以引用该HTML元素C一个ASP.NET页面中脚本可以直接引用另一个ASP.NET页面的HTML元素D ASP.NET在原有的HTML元素的基础之上,又新增加一整套Web Server控件, 加强页面内容和脚本的设计能力。