【发布时间】:2016-08-03 08:24:43
【问题描述】:
我正在使用这种方法来更改 DLL 文件夹。但是,此方法不允许访问父目录。
如果你能帮忙,我会很高兴。谢谢。
Web.config 文件:
</configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="bin;C:\Windows\SysWOW64" />
</assemblyBinding>
</runtime>
</configuration>
【问题讨论】: