Which version of C1 is it?
Could be something as simple as an invalid connection string. Can you test it with osql.exe?
Also in recent versions of c1, one can point to a connection string in web.config from /App_Data/Composite/Composite.config
by writing f.e.
connectionStringName="C1"
instead of
connectionString="..."
Could be something as simple as an invalid connection string. Can you test it with osql.exe?
Also in recent versions of c1, one can point to a connection string in web.config from /App_Data/Composite/Composite.config
by writing f.e.
connectionStringName="C1"
instead of
connectionString="..."