Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ascottp
Starting Member
1 Post |
Posted - 2009-04-23 : 11:28:34
|
I am creating a .Net website connected to a SQL Server database. This was working fine until I had to enable Full-Text index. Now when I try to connect to the database it throws up an error "Login failed for user 'XXXX\XXXX'"The Connection string that I am using is:@"Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\databasename.mdf;Integrated Security=True;MultipleActiveResultSets=False;User Instance=True"Can anybody help me? |
|
Bill Andrews
Starting Member
6 Posts |
Posted - 2009-05-21 : 23:06:09
|
Have you tried to uninstall the Full-Text index to see if that is really the problem?Just a thought.. |
|
|
|
|
|