Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我们在 iis7 中部署了一个 asp.net Web 应用程序,如下所示。父网站虚拟目录
“ParentWebSite”中的 web.config 在“VirtulDirectory”中自动继承。我们如何强制“bin”文件夹也被继承。“VirtulDirectory”也将有自己的“bin”文件夹。“ParentWebSite”中存在的 dll 也应该是可见的。
几个解决方案:
1)创建符号链接
2) 将 DLL 安装到 GAC
希望这些帮助!