mini
06-20-2006, 11:17 PM
I'm using a external spring configuration file like
<resource uri="~/SpringConfig/Master.xml"/>
I expected that chaing the file cause refreshing the configuration contents.
But it didn't until when I touched web.config or rebuilt the web project.
Is this the intented?
It is or not, if I want to reload the contents as web.config do, what operations should I do?
Putting it to the /Bin directory seems work. But I don't want to mix various dlls and configs.
<resource uri="~/SpringConfig/Master.xml"/>
I expected that chaing the file cause refreshing the configuration contents.
But it didn't until when I touched web.config or rebuilt the web project.
Is this the intented?
It is or not, if I want to reload the contents as web.config do, what operations should I do?
Putting it to the /Bin directory seems work. But I don't want to mix various dlls and configs.