web.config in asp.net 4.0

时间:2022-03-19 03:24:44

2.0-3.0-3.5 web.config 的行数越来越多, 每次找一个需要的setting, 不得ctrl + F. 原因是2.0的CLR需要web.config来添加asp.net需要的组件配置信息

asp.net 4.0 终于解决的这个麻烦, 把那一坨坨配置信息转移进了machine.config.

 

现在看起来清爽无比喽:

web.config in asp.net 4.0