G
Guest
I have referenced a separate config file in my application using the
following syntax in web.config:
<galleryServerPro configSource="config\galleryserverpro.config"/>
There are several admin pages that modify one or more settings in this file,
and I need the application to automatically recycle when this happens so that
it loads the new values. Under IIS7 (Vista) this works fine. However, IIS6
does not recycle the app when this file changes.
What is the recommended solution? I can probably add code to "touch" the
web.config file as needed, but this feels like a hack. Is there a better way?
Cheers,
Roger Martin
www.techinfosystems.com / www.galleryserverpro.com
following syntax in web.config:
<galleryServerPro configSource="config\galleryserverpro.config"/>
There are several admin pages that modify one or more settings in this file,
and I need the application to automatically recycle when this happens so that
it loads the new values. Under IIS7 (Vista) this works fine. However, IIS6
does not recycle the app when this file changes.
What is the recommended solution? I can probably add code to "touch" the
web.config file as needed, but this feels like a hack. Is there a better way?
Cheers,
Roger Martin
www.techinfosystems.com / www.galleryserverpro.com