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.