Application without access to the database after publishing in Azure

-1

I posted an Asp.Net Core 2.1 application in Azure, did the Migrations, the database and tables were created normally, I can see the whole structure of the database by VS, but the application does not access the database.

Cananyonetellmewhatmightbehappening?

Linktotheapp: link

OBS: The same application in development environment accesses the local bank and works perfectly

    
asked by anonymous 25.10.2018 / 04:28

1 answer

0

The solution was simple. Although uploading the configuration files with the connectionString and the migrations, it was necessary to perform an update of these files via FTP (without the automatic publishing of VS) with the connectionString of the Azure server.

    
09.11.2018 / 22:55