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.
是否有可以从客户端调用的内置方法来重新启动 WCF 服务?我有一个静态构造函数,它在我测试我的应用程序时也会对我有所帮助。
不,这将是一个严重的安全漏洞,如果有人可以以某种方式从非管理员帐户重新启动您的服务(SL 客户端只是通过 HTTP 或 SL4 中的未经身份验证的 TCP 套接字将请求发送到服务)。
您应该能够通过回收应用程序的应用程序池来重新启动服务。触摸 web.config 应该可以解决问题(在记事本中打开文件,保存它,即使没有任何修改)。