Hello, for the Telligent Analytics web applcation, a connectionStrings.config like this should work.
<?xml version="1.0"?>
<connectionStrings>
<add name="HRSDB" connectionString="Data Source=MyDataServer;Database=TelligentAnalytics_Prod;Trusted_Connection=true" />
<add name="aspnet_membership" connectionString="Data Source=MyDataServer;Database=SharedMembershipDB;Trusted_Connection=true" />
</connectionStrings>
If you could post your connectionstrings.config we might be able to spot a problem if there is one. Please be sure to change the server name & database name if you post it on the thread here.
Thank You,
Scott