0

我的应用程序正在从运行 IIS6 的服务器移动到运行 IIS7.5 的服务器。

新服务器默认为中信任。由于这是一个共享服务器并且我正在使用一些第三方程序集,我不想要求在完全信任下运行我的应用程序。

我已经复制web_mediumtrust.configmycustom_mediumtrust.config.

我已将第二行添加到根目录web.config,但新的MyCustom信任级别仍然不可用。

<trustLevel name="High" policyFile="web_hightrust.config" />
<trustLevel name="MyCustom" policyFile="mycustom_mediumtrust.config" />
<trustLevel name="Medium" policyFile="web_mediumtrust.config" />

web.config 有没有办法在不重新启动 IIS 和所有其他应用程序的情况下强制重新加载根目录?

4

0 回答 0