I have a asp.net application.there is a databinding section to a datagrid.But there have an error.I think it may be in web config-Connection string.
Connection String is like this
<add name="ArchitectConnectionString" connectionString="Data Source=192.168.1.15,1433;Network Library=DBMSSOCN;Initial Catalog=Architect;" providerName="System.Data.SqlClient" />
the error is
Login failed for user ”. The user is not associated with a trusted SQL Server connection.
Please help me..
You need to specify a username/password to the end of the connection string,
Or if you are using Windows Auth then