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.
当我创建 ASP.NET Web API 项目时,它引用了存储在包文件夹中的所有系统 dll。当我将它部署到生产环境时,我可以在 GAC 中删除这些 dll 吗?当我停止asp.net MVC 4时,我不知道为什么那些系统dll还没有安装在GAC中。他们是否正在放弃在GAC中安装DLL?
不,不要将这些 DLL 部署到 GAC。
看到这个答案:https ://stackoverflow.com/a/2451201/48082
将这些 DLL 部署到您的应用程序 bin 目录。