Posted to
IIS7 - General
by
liorschwimmer
on
07-02-2009, 10:34 AM
Hi,
Is there any way to prevent from IIS 7 to automatically restart when changing files, dlls in bin directory or web.config.
In IIS 6 I achieved that by configuring numRecompilesBeforeAppRestart, maxWaitChangeNotification parameters in the web.config:
<system.web>
<httpRuntime ...