configuration section的意思|示意
结构节
configuration section的用法详解
Configuration section,是指web.config文件的一种特殊的节点,用于存储应用程序的配置信息。它用于指定应用程序的基本设置,例如服务器的根URL,数据库连接等等。
Configuration section的常用配置有:
1、system.web组:一般用于设置asp.net应用程序的基本特性,例如authorization(授权),authentication(身份验证),membership(会员),sessionstate(会话状态)等等。
2、web.config文件中的connectionstrings:用于设置数据库连接字符串,以便访问数据库。
3、system.webServer的configuration:用于设置IIS的服务器特性,例如虚拟目录,mime映射,HTTP头,CGI应用等等。
4、appSettings:用于设置应用程序环境的选项,例如是否开启日志记录等等。
另外,Configuration section还可以被用户自定义配置,用于设置应用程序不常变动的配置信息,如主机名,路径等等。
总之,Configuration section是web.config文件中非常重要的一部分,它可以存储应用程序的所有配置信息,从而为应用程序提供灵活的可配置项。
configuration section相关短语
1、 order configuration section 合同成套处
configuration section相关例句
Refer to the Database configuration section of this article.
请参阅本文中的数据库配置一节。
First are the Settings for the global configuration section.
首先是全局配置信息段的设置。
NET issues the server error, " Unrecognized configuration section element _ name. "
NET将发出服务器错误 “ 无法识别的配置节元素名称 ”.
互联网
The text encoder specified by this configuration section creates text - based messages on the wire.
此配置节指定的文本编码器在网络上创建基于文本的消息.
互联网
See the configuration section of the Developer Guide.
请参阅开发人员指南中的配置部分。