EnterpriseLibrary Data Access Application Block redirect Section can't find default database
- 阅读更多 关于 EnterpriseLibrary Data Access Application Block redirect Section can't find default database
How can I to get working the Data redirected section for EnterpriseLibrary Data Access Application Block? I would do like to have the definitions for databases removed from app.config and placed on a standalone database.config file. I try to do the same way I am doing with the logging.config and and exception.config files but I can't get it work. using Microsoft.Practices.EnterpriseLibrary.Common.Configuration; using Microsoft.Practices.EnterpriseLibrary.Data; using Microsoft.Practices.EnterpriseLibrary.Data.Sql; using Microsoft.Practices.EnterpriseLibrary.ExceptionHandling; using Microsoft