- 1、本文档共23页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Web.config配置文件详解(新手必看)(国外英语资料)
Web.config配置文件详解(新手必看)(国外英语资料)
Details of the Web.config file (for the novice)
It took a while to sort out the basic usage of the ASP.NET web.config file. For novice users, Web.config is flexible enough to customize some nodes. So were just going to introduce some more common nodes here.
? XML version = 1.0?
! Note: in addition to manually editing this file, you can also configure your application Settings using the Web administration tool. You can use the website - Asp.Net configuration option in Visual Studio.
The complete list of Settings and comments is in , which is typically located in the Windows Microsoft.Net Framework v2.x Config
! - the Webconfig file is an XML file, the configuration is the root node of the XML file, because the root node of the XML file can have only one, so the Webconfig all configuration is carried out within the node. -- --
The configuration
! Specify the configuration section and namespace declarations. Clear: remove all references to an inherited section and section, only the sections and sections that are added by the current section and sectionGroup elements. Remove: remove the reference to the inherited section and section.
Section: defines the connection between the configuration section handler and the configuration element. SectionGroup: defines the connection between the configuration section handler and the configuration section. -- --
The configSections
The sectionGroup name = system.web.extensions type = system.web.configuration. SystemWebExtensionsSectionGroup, system.web. Extensions, Version = 1.0.61025.0, Culture = neutral, PublicKeyToken = 31bf3856ad364e35
sectionGroup name = scripting type = system.web.configuration. ScriptingSectionGroup, system.web. Extensions, Version = 1.0.61025.0, Culture = neutral, PublicKeyToken = 31bf3856ad364e35
section name = scriptResourceHandler type = system.web.configuration. ScriptingScriptResourceHandlerSection, system.web. Extensions, Version = 1.0.61025.0, Culture = neutra
您可能关注的文档
- MP3芯片详解(国外英语资料).doc
- MP3随身听常见故障及解决方法(国外英语资料).doc
- mp4解码芯片点评(国外英语资料).doc
- MQ文件传输(国外英语资料).doc
- MSP430与12864连接驱动程序(KS0108)(国外英语资料).doc
- MS SQL2000数据库自动备份的几种方法(国外英语资料).doc
- MSP430时钟寄存器(国外英语资料).doc
- MSP430驱动LCD12864模块[KS0108](国外英语资料).doc
- MS面试题(国外英语资料).doc
- MT4基本概念,外汇基本概念(国外英语资料).doc
- 2025年家居家纺商业计划书线上线下融合下的市场拓展策略.docx
- 2025年农业绿色发展政策支持与农业循环经济发展政策优化创新优化报告.docx
- 教育精准扶贫对农村地区教育投入结构优化的影响评估报告.docx
- 医疗美容行业监管政策对美容护肤品牌的影响与2025年市场策略分析报告.docx
- 纺织服装制造行业数字化转型中的政策环境与法规解读报告.docx
- 农业科技成果转化与农村旅游开发2025年报告.docx
- 2025年城市河道生态修复项目组织管理建议书.docx
- 农村电商服务站农产品电商平台用户行为分析与产品创新报告.docx
- 医疗美容服务行业规范化背景下,2025年市场监管法规解读与应用.docx
- 航空运输业2025年疫情冲击应对策略与可持续发展研究报告.docx
文档评论(0)