Hello,
I have an MVC application with Web API, published in one Azure VM.
I have another Azure VM which has the database.
When I run the application from my local machine my application is working. That is,it is able to talk to the database.
But when I publish it to the azure VM, it cannot talk to the database. I looked at the SQL Profiler and the call is not reaching there.
I am not sure what mistake I am doing.
Any help is highly appreciated.
Thanks.