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.
这纯粹是学术好奇心。有没有办法让我设置一个网页,以便浏览该页面会导致 IIS 重新启动(也许执行 iisreset)?
从技术上讲,这是可以做到的。:-) 我在这里没有给出任何指示。这只是调用具有足够权限的进程。如果您在服务器上具有权限,则可以执行此操作。
实际上,您也可以很容易地使工作进程崩溃。Server.Transfer("~/default.aspx", true)。[假设您在 default.aspx 的 page_load 中编写此代码。
但是,请不要在生产服务器上尝试此操作。