Application without access to the Database after publication in Azure

Asked

Viewed 32 times

-1

I published an Asp.Net Core 2.1 application in Azure, I made 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.

inserir a descrição da imagem aqui

Can anyone tell me what might be going on?

Application link: https://grifo.azurewebsites.net/

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

1 answer

0


The solution was simple. While uploading configuration files with connectionString and migrations, it was necessary to update this file via FTP (without automatic VS publication) with the Azure server connectionString.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.