您的位置:首页 > 其它

Configuration File Schema,.Net 配置文件详细说明

2011-06-11 21:50 597 查看
英文URL:http://msdn.microsoft.com/en-us/library/1fk1t1t0%28v=VS.71%29.aspx

.Net FrameWork 2.0

<configuration> Element

<configuration>。 每个配置文件的根目录。



<startup>

<requiredRuntime> :指定应用依赖的版本。像“v1.0.3705”
<supportedRuntime>: 指定应用支持哪些版本。




<runtime>

<developmentMode> :运行时是否在由DEVPATH环境变量指定的目录下搜索程序集。

<assemblyBinding> :Contains information about assembly version redirection and the locations of assemblies.

<probing> : 为运行时指定应用程序在加载程序集时的搜索基准目录。

<publisherPolicy> ;Specifies whether the runtime applies publisher policy.

<qualifyAssembly> Element : Specifies the full name of the assembly that should be dynamically loaded when a partial name is used.

<dependentAssembly> : 封闭了每个程序集的绑定策略和位置信息。

<assemblyIdentity> : 包含程序集相关的标识信息。

<bindingRedirect> : 将程序集的版本指向到另一个。

<codeBase> : 指定运行时到哪里找程序集。

<publisherPolicy>

<gcConcurrent>: 指定运行时是否在独立的线程中执行GC。



<configuration>

<configSections>

<clear>

<remove>

<section>

<sectionGroup>



<system.web>
<anonymousIdentification>
<authentication>
<authorization>
<browserCaps>
<caching>
<clientTarget>
<compilation>
<customErrors>
<deployment>
<deviceFilters>
<globalization>
<healthMonitoring>
<hostingEnvironment>
<httpCookies>
<httpHandlers>
<httpModules>
<httpRuntime>
<identity>
<machineKey>
<membership>
<mobileControls>
<pages>
<processModel>
<profile>
<roleManager>
<securityPolicy>
<sessionPageState>
<sessionState>
<siteMap>
<trace>
<trust>
<urlMappings>
<webControls>
<webParts>
<webServices>
<xhtmlConformance>
</system.web>



<configuration> Element <system.codedom> <compilers> <compiler>



<configuration> <system.web> <webServices> <protocols> <add> <remove> <clear> <serviceDescriptionFormatExtensionTypes> <add> <remove> <clear> <soapExtensionTypes> <add> <remove> <clear> <soapExtensionImporterTypes> <add> <remove> <clear> <soapExtensionReflectorTypes> <add> <remove> <clear> <wsdlHelpGenerator>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: