R – SubSonic deployment and changing connectionstrings

connection-stringdata-access-layersubsonic

I used Subsonic to build the DAL for one of my web applications. When I move it from my test server to the production server I change the connectionstring to point to the production datasource but the app still runs against the test DB. Is the connection information stored someplace else in addition to the Web.config?

What are the best practices for deploying web apps built using Subsonic?

TIA

John

Best Answer

In your SubSonicService configuration section, does the connectionStringName attribute point to the correct connection string?