0

I am trying to set up a website where I want the person viewing to be authenticated using windows authentication mode. However in connecting to the sql server database I want to use a windows service account.

Can anyone help? Basically either I can connect to the database but the windows user is then not pulling through or windows auth works but the datbase connection is saying the user is anonymous.

mike
  • 71
  • 1
  • 5
  • post some code and actual error messages. missing technical details isn't possible to help you. – Paolo Sep 24 '14 at 14:41
  • So I want the user to connect to the application as a windows account but I want the application to connect to the database with a specific AD service account – mike Sep 24 '14 at 14:58
  • please edit your post, add details and explanation there. there you can format text and expand your request in a better and comprehensible manner. – Paolo Sep 24 '14 at 15:08
  • Mike, what is your problem? Have a look at this: http://stackoverflow.com/questions/1229691/difference-between-integrated-security-true-and-integrated-security-sspi it explains the use of user/password in connection String – Nicolas R Sep 24 '14 at 15:12

0 Answers0