Appropriate way to bring web.config changes into force
- by dragonfly
Hi,
what is the suggested way to make web app see new configuration in web.config ?
restart IIS
stop/start app pool
recycle app pool
custom web page that does something in code?
Thanks,Pawel