ASP.NET网站的Web配置文件是
A.Web.config
B.App.config
C.App.xml
D.Web.xml文件编译成dll文件存放在bin目录
第1题:
简述调用Web Service设计ASP.NET应用程序的基本步骤?
第2题:
Httpd.conf是Web服务器的主配置文件,由管理员进行配置,Sm.cod是Web服务器的资源配置文件,Access-cod是设置访问权限文件。
第3题:
在()时期,网站主要用于装载数据,其核心是网站内容。
第4题:
ASP.NET 中,应用程序的配置文件()
第5题:
在ASP.NET中,web控件共有几类?
第6题:
Web.config是网站中必须的配置文件。
第7题:
给定目录或应用程序中weB.config文件存在是完全可选的。
给定目录或应用程序中weB.config文件存在是必须的。
C.不管weconfig文件是否存在,该目录的所有配置设置将自动从父目录继承。
D.运行时,ASP.NET使用这些weconfig配置文件,针对传入的每个URL目标请求分层计算两个或以上的设置集合。
第8题:
对
错
第9题:
第10题:
第11题:
在配置文件中指定需要防盗的文件
添加一个类,实现IHttpHandler接口
使用Request.UrlReferrer获取上次请求的Url
使用Request.CurrentUrl获取本次请求的Url
第12题:
将“Windows 身份验证”设置配置为“已启用”。
使用所有默认设置,将“Forms 身份验证”设置配置为“已启用”。
使用“服务”控制台将 ASP.NET 状态服务配置为用这个新的本地用户账户登录。
将“ASP.NET 模拟”设置配置为“已启用”。编辑“ASP.NET 模拟”设置,指定这个新的本地用户账户。
第13题:
以下关于配置文件的说法正确的是()
第14题:
按照网站技术的发展阶段,大型网站分为下列哪些类型的网站()。
第15题:
ASP.NET应用程序的配置文件是什么?()
第16题:
Web数据挖掘的困难不包括()。
第17题:
典型的ASP.NET网站由哪些项组成?
第18题:
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?()
第19题:
创建一个新的Web控件库项目,在一个Web自定义控件中创建工具条
将一个新的Web窗体添加到你的ASP.NET项目,使用HTML服务器控件在WEB窗体内设计该工具条,并用.ascx扩展名保存该web窗体
将一个新的Web用户控件添加到你的ASP.NET项目,在Web用户控件中创建工具条
将一个新的组件类添加到你的ASP.NET项目,使用HTML服务器控件在该组件类的设计程序中设计该工具条
第20题:
对
错
第21题:
FTP
SMTP
SSH
IMAP
HTTP
Share Folders
第22题:
Configure the Windows Authentication setting to Enabled.
Configure the Forms Authentication setting to Enabled by using all the default settings.
Configure the ASP.NET State service to log on to the new local user account by using the Services console.
Configure the ASP.NET Impersonation setting to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.
第23题:
The ASP.NET Impersonation setting should be configured to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.
The Windows Authentication setting should be configured to Enabled.
The Forms Authentication setting should be configured to Enabled by using all the default settings.
The ASP.NET State Service should be configured to log on to the new local user account by using the Services console.
第24题: