|
-
Feb 16th, 2011, 06:57 AM
#4
Lively Member
Re: Login failed for user ''. The user is not associated with a trusted SQL Server co
I think you are trying to connect to your web app not from localhost, here is what I suggest to change because I have faced same problem :
<add name="Hostingconnection" connectionString="Data source=servername;Integrated Security=false;Initial Catalog=onlinesample;User Id=xxxx;Password=xxxx"/>
xxxx = in SQL server define new user to login with password (use SQL authentication).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|