Using windows azure connect

落花浮王杯 提交于 2019-12-13 08:17:03

问题


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


回答1:


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.


来源:https://stackoverflow.com/questions/12668768/using-windows-azure-connect

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!