0

Is it possible for an asp.net mvc web api deployed on azure to connect to on premise db using windows authentication?

1 Answers1

2

To achieve what you want, you have to:

  1. Domain Join your WebRole
  2. Programmatically set AppPool credentials to a user who has access to the local DB.
astaykov
  • 30,768
  • 3
  • 70
  • 86