【发布时间】:2017-11-28 10:40:42
【问题描述】:
我得到了restart website in IIS when changing values in the appSettings of the web.config 的一些信息,所以现在我知道 IIS 将重新启动应用程序轮询而不是网站。
据我所知,当我更新 web.config 时,IIS 会重新启动应用程序池,但有时我没有更新 web.config,但在我部署之后,网站似乎会重新启动。为什么?因为我更新了 website.dll 或其他一些原因,IIS 如何知道 dll 已更新并且它应该使用新的 dll 为用户提供服务?
【问题讨论】:
标签: asp.net asp.net-mvc iis