在 parent folder web.config 中加
<location path="." allowOverride="false" inheritInChildApplications="false" >
<system.web>
</system.web>
</location>
避免 sub folder web.config 继承 parent folder web.config
原文:http://www.cnblogs.com/alwaysdotnet/p/4015875.html