asp.net - Using windows authentication but getting access denied -
i created db via app-data folder, migrated on server explorer , tried connect , get
cannot open database "abc" requested login. login failed. login failed user 'xyz'. came across this: [cannot open database “test” requested login. login failed. login failed user 'xyz\aspnet'
i have 2 questions concerning best answer.
whenever connect ssms windows authentication selected. windows authentication still matter if db created using visual studio?
second concerning this:
update: ok, you're using integrated windows authentication --> need create sql server login "xyz\aspnet" on sql server"
what mean create sql login user "xyz"?
i thought purpose of win authentication didnt have type login , pass connect. you're automatically connected through windows. right?
Comments
Post a Comment