Connection String - Intitial Catalog - will not change databases

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.>
 
S

sloan

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.
 
C

Cor Ligthert[MVP]

Jack,

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

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top