I am aware that any change to ANY file in the BIN directory will trigger an application restart in IIS. Are there any other "special" cases where changing a file or moving a file in any other directory will trigger an app restart?
+1
A:
If you change the web.config you app domain should also be reloaded and assemblies flushed.
Luhmann
2010-03-06 18:52:59
Web.Config and Global.asax if I am not mistaken, but I am moving files around an arb user defined directory, wondering if it could be triggering appRestarts?
JL
2010-03-06 18:54:24