提问人:JD Brennan 提问时间:8/27/2014 更新时间:12/6/2022 访问量:7308
为什么设置 shadowCopyBinAssemblies=“false” 不起作用?
Why does setting shadowCopyBinAssemblies="false" have no effect?
问:
我正在尝试关闭 IIS 中的卷影复制以提高生产性能。
但是在我的web.config中添加它没有效果。这是我的web.config
<?xml version="1.0"?>
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
<hostingEnvironment shadowCopyBinAssemblies="false" />
</system.web>
</configuration>
当我点击 URL 时,第一次需要同样长的时间,并且 文件仍显示在 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\临时 ASP.NET 文件 所以它似乎没有效果。
IIS 7.5 和 Windows 7。我正在使用一个很小的 Hello World ASPX 页面进行测试。 任何想法为什么这不起作用?此设置是否在某处被覆盖?
答: 暂无答案
评论
.aspx
bin