i am trying to connect my fusion chart application to a database on a remote server. this is my connection string:
<add name="PegaFinancial" connectionString="Server=205.178.152.125,1433;Network Library=DBMSSOCN;Integrated Security=SSPI;Initial Catalog=val_dev;User ID=tempora;Password=Suru_lere_1;User Instance=true"
providerName="System.Data.SqlClient" />
it is throwing this error:
Login failed for user ''. The user is not associated with a trusted SQL Server connection.
any idea on how to go about it?