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.
我目前有 3 个项目都以相同的角色上传到 Azure。这些项目中的每一个都包含 6MB 的 AjaxControlToolkit.dll。
因此,我每次上传,意味着上传这个 dll 会立即占用 18Mb,而我在大约 1 年内没有更改过。
无论如何,DLL 是否可以从存储位置检索并在 Azure 结束时添加到项目中?或者接受任何其他建议以减少这些 DLL 的上传。
是的,您确实可以从存储中下载 .dll - 在 Visual Studio 解决方案资源管理器树中,将“复制本地”设置为“False”以从服务包中排除 .dll。然后在启动任务或 OnStart() 内部下载文件并将其放入bin.
bin