User-1273531903 posted
I have wrote a web site code in VS2005 for login purposes. the program runs and after entering the login details the following message appears.Help Please
"Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection."
the connection is written in web.config
<configuration>
<
appSettings/>
<connectionStrings>
<
add
name="cn"
connectionString="Server=(local);database=TestDB;user id=sa;password=;"/>
</connectionStrings>