when executing the project by visualt studio the login page has been appeared but when adding login info and then pressing login the following message has been appeared:
Database connection information was not found in the registry SOFTWARE\SplendidCRM Software\localhost\SplendidCRM
Many thanks for your assistance
The problem with getting the latest sources out of Vault is that it is not polished for general consumption. The problem you are experiencing here is that the Web.config from Vault is configured for our development needs. The connection string needs to be changed from storing in the registry to storing in Web.config.
<appSettings> <add key="SplendidProvider" value="System.Data.SqlClient" /> <add key="SplendidSQLServer" value="data source=(local)\SplendidCRM;initial catalog=SplendidCRM;persist security info=True;packet size=4096;user id=sa;password=splendidcrm2005" /> </appSettings>
Totall off-topic but I'm sure I've seen somebody post on slashdot with that sig ;-)