为什么将DLL复制到Assembly后需要重新启动IIS

发布于 2024-10-08 18:01:23 字数 161 浏览 8 评论 0原文

每当我们将 Dll 复制到程序集文件夹中时,我们都需要重新启动 IIS。这需要更多的时间,并且我们需要为每一个改变做这件事。所以充满了浪费时间。

除了重新启动 IIS 之外,还有其他选择吗?

我在 Sharepoint 2007、Windows Server 2008 中工作

Whenever we copy Dlls into assembly folder we need to restart IIS. It takes more time and we need to do it for every changes. So it is full of wasting time.

Is there any alternative option instead of restarting IIS.

I am working in Sharepoint 2007, windows server 2008

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

魔法唧唧 2024-10-15 18:01:24

我们重新启动 IIS 以重置应用程序池,因为 SharePoint 中的许多内容都被缓存。另一种选择是您可以回收已为其部署 WSP 或 DLL 的应用程序的应用程序池

We restart the IIS to reset Application pool as lot of things in SharePoint are cached. The alternative option is you can recycle the application pool of the application for which you have deployed the WSP or DLLs

相权↑美人 2024-10-15 18:01:24

重置应用程序池,因为很多东西都被缓存了连接到 Web 服务器(包括 Internet、FTP、SMTP 和 NNTP)的所有会话都将被丢弃

reset Application pool as lot of things are cached & all sessions connected to your Web server (including Internet, FTP, SMTP, and NNTP) are dropped

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文