iis web.configinheritance运行64位win 2k8与32/64位工作进程

我对64位server2k上如何inheritanceweb.config设置(到网站级别)的理解如下,但我想也许我错了…

For app-pools where "Enable 32-Bit Applications" is set to "False": Use the config files from C:\Windows\Microsoft.NET\Framework64\config dir For app-pools where "Enable 32-Bit Applications" is set to "True": Use the config files from C:\Windows\Microsoft.NET\Framework\config dir 

唯一的想法是,我已经在我的\ Framework \ web.config中设置了一个自定义的默认级别(基于中等信任),但启用32位应用程序= False运行的网站似乎受到它的影响(即得到安全权限,但应该是完全信任)。 我有没有得到棒的错误结局?