error with sql 2005 express

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i want to migrate one of my projects from sql server 2000 to 2005. I have
scripted one of the databases i use with the sql enterprise manager and
executed the script with some minor modifications to a sql server 2005
express, everything work good but when i try to connect from a .net app i get
the error "login failed. the user 'dimilio is not associated with a trusted
SQL server connection" and dimilio of course is the username with which i am
trying to connect, this user was created with the script i executed to the
server. Does anybody knows what is this error about?

Thanks in advance
 
hi, you should configure server to support mixed authentication or use
windows authentication to connect. also check if you transferred logins from
old dbms

peter
 
Back
Top