Hi All,
We are using AbleCommerce on root of WebServer (IIS6,Windows2003) and it work with database "A", Right now for new custom features testing we want to add another virtual directory with separate application and also separate database "B"
The main problem that all web sites inherit the root site settings (also "AbleCommerce" connection string). So we can't override it in separate database.config in directory 2. The problem that we can't change the name "AbleCommerce" to "AbleCommerceTest" for example because we havn't source for AbleCommerceHttpModule for example that use connection with this name. We have source for AbleCommerce, so if somebody have an experience how to solve the problem.
Thank you