My asp.net application have two config files: web.config and hibernate.config.
When I add SysCache section in web.config it works, but in hibernate.config doesn’t. I need in hibernate.config. Is it possible?
My asp.net application have two config files: web.config and hibernate.config. When I add SysCache
Share
You can use the standard
configSourceattribute to put the settings in a separate file.hibernate.configis not extensible.