Connection String - Intitial Catalog - will not change databases

  • Thread starter Thread starter Jack@scu
  • Start date Start date
J

Jack@scu

I am having difficulty changing my “initial catalog†in my web.config.
Originally I set to a non-production environment. Now with testing complete I
would like the initial catalog to be changed to the production environment.
I have changed the web.config to reflect the change. To no avail the updates
still happen to the non-production environment. I have checked the
web.config on the IIS server and the changes to the initial catalog are
there.
Any thoughts on where else I may look for the connection settings.

thx.
/j.>
 
Do a string search for the (unique) database string.

http://www.mythicsoft.com/agentransack/


If you use Microsoft's voodoo DataSets, they sometimes hardcode the
connection values in for you. (What FUN!)
Especially in 2.0 (framework) and beyond.

A string search will find it the fastest.
 
Jack,

Simply try to test everywhere the connection string to the test environment.
It is no Vodoo you know.

Cor
 
Back
Top