博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Configuration file schema for the .NET Framework
阅读量:5336 次
发布时间:2019-06-15

本文共 1197 字,大约阅读时间需要 3 分钟。

 

Describes the elements that configure assembly binding and runtime behavior.

Contains information about assembly version redirection and the locations of assemblies.

Encapsulates binding policy and assembly location for each assembly.

Use one dependentAssembly element for each assembly.

 

 

 

 

All elements in the Web settings schema, which includes elements for configuring how ASP.NET works with a host application such as IIS. Used in Aspnet.config files.

 

 

Describes the elements that control the behavior of ASP.NET Web applications.

child element

Defines a collection of names of assemblies that are used during compilation of an ASP.NET resource.

 Remarks

In the .NET Framework version 2.0, the compilers child element of the compilation element is deprecated in favor of the  element of the  section.

However, using the compilers child element of the compilation element is still valid and overrides the compilers element that is located in the system.codedom section.

 

<probing> Element

Specifies application base subdirectories for the common language runtime to search when loading assemblies.

<configuration>

<runtime>
<assemblyBinding>
<probing>  

 

转载于:https://www.cnblogs.com/chucklu/p/7569187.html

你可能感兴趣的文章
给mysql数据库字段值拼接前缀或后缀。 concat()函数
查看>>
迷宫问题
查看>>
【FZSZ2017暑假提高组Day9】猜数游戏(number)
查看>>
泛型子类_属性类型_重写方法类型
查看>>
eclipse-将同一个文件分屏显示
查看>>
对闭包的理解
查看>>
练习10-1 使用递归函数计算1到n之和(10 分
查看>>
Oracle MySQL yaSSL 不明细节缓冲区溢出漏洞2
查看>>
windows编程ASCII问题
查看>>
.net webService代理类
查看>>
Code Snippet
查看>>
Node.js Express项目搭建
查看>>
zoj 1232 Adventure of Super Mario
查看>>
1201 网页基础--JavaScript(DOM)
查看>>
组合数学 UVa 11538 Chess Queen
查看>>
oracle job
查看>>
Redis常用命令
查看>>
XML学习笔记(二)-- DTD格式规范
查看>>
IOS开发学习笔记026-UITableView的使用
查看>>
[转载]电脑小绝技
查看>>