G
Guest
Hi,
I have created a custom Config handler for reading a custom config section
in my .config file(s)
It works very well!
I have placed a web.config in my root directory and then I use sub files in
sub diretories overriding various settings in the config file. Very nice
strategy which really makes it easy to customize generic applications.
One problem makes it all useless though. The settings is cached by ASP.NET
which makes switching app impossible.
So the obvious question is - where can I either flush the cache or disable
it...
thnx in advance /Mads B - Copenhagen Denmark
I have created a custom Config handler for reading a custom config section
in my .config file(s)
It works very well!
I have placed a web.config in my root directory and then I use sub files in
sub diretories overriding various settings in the config file. Very nice
strategy which really makes it easy to customize generic applications.
One problem makes it all useless though. The settings is cached by ASP.NET
which makes switching app impossible.
So the obvious question is - where can I either flush the cache or disable
it...
thnx in advance /Mads B - Copenhagen Denmark