开发者

Appropriate way to bring web.config changes into force

开发者 https://www.devze.com 2023-01-01 09:16 出处:网络
what is the suggested way to make web app see new configuration i开发者_Go百科n web.config ? restart IIS

what is the suggested way to make web app see new configuration i开发者_Go百科n web.config ?

  • restart IIS
  • stop/start app pool
  • recycle app pool
  • custom web page that does something in code?

Thanks,Pawel


You don't have to do anything: when the web.config file is modified, ASP.NET will automatically recycle the AppDomain and the application will reload the file.

0

精彩评论

暂无评论...
验证码 换一张
取 消