Hello,
Thank you in advance for taking the time to read and possibly respond to this posting. I have an issue with the way the ConnectionString is retrieved from withing an XSD file. It currently will only take the ConnectionString from the Web.Config. Generally this isn't a bad thing, but we have Three different databases and servers for: Development, Testing, Production. Each of the Databases have a different name and are accessed from different deployment servers (Development, Test, and Production servers.)
We wanted to put the ConnectionString in the Global Assembly on each of the Deployment servers. The problem that we are finding is that the XSD file will only get ConnectionStrings from the Web.Config, and not the Machine.Config. Is there a solution to this problem? We can't find any documentation on how to deal with this issue.
FYI: Manually changing the Web.Config is not an option because of our source control. It enforces that changes can only be made on the development deployment server.
Sincerely,
Kristofer Hoch