Client having different application used different database i want to develop a new application with mvc and web api but i need some data from the client database without
use that database credential so how i will implement that ,what technique i will use please suggest.
Client having different application used different database i want to develop a new application with mvc and web api but i need some data from the client database without
use that database credential so how i will implement that ,what technique i will use please suggest.
It is not possible to access a database without credentials. Your client must expose the data to your application. Meet with your client and discuss possible approaches.
As @mgebhard said,database credential is essential.
But if you want to develop a new application,you don't have to use real data.
Just connect the analog data.
Best Regards.
Yuki Tao
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
1 Post
MVC application development suggestion
Aug 03, 2019 12:50 PM|paraja002|LINK
Client having different application used different database i want to develop a new application with mvc and web api but i need some data from the client database without
use that database credential so how i will implement that ,what technique i will use please suggest.
All-Star
52971 Points
23571 Posts
Re: MVC application development suggestion
Aug 03, 2019 12:54 PM|mgebhard|LINK
It is not possible to access a database without credentials. Your client must expose the data to your application. Meet with your client and discuss possible approaches.
Contributor
3710 Points
1431 Posts
Re: MVC application development suggestion
Aug 05, 2019 06:12 AM|Yuki Tao|LINK
Hi paraja002,
As @mgebhard said,database credential is essential.
But if you want to develop a new application,you don't have to use real data.
Just connect the analog data.
Best Regards.
Yuki Tao
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.