0
I created an ASP.Net MVC 5 project, made some modifications to the login and on my machine everything goes smoothly, but when I send it to Azure, when creating the user error occurs. What I was able to realize is that the tables are not being created in the database.
Would anyone know what might be causing the error?
Error message:
Error. An error occurred while Processing your request.
Enable DEBUG mode on web.config to get more details about the error. See if you haven’t missed running Migrations in the production base. And check if, locally, after you have made modifications to login if you haven’t erased the entire bank for it to be recreated. Sometimes that’s what he’s trying to do in Azure and isn’t getting.
– Thiago Lunardi
I downloaded the Publish file from Azure again and it worked. Thank you.
– Daybson
Please put this as an answer to your question. So others can be helped if they have the same problem.
– Thiago Lunardi
Probably the problem is in its connection string.
– Thiago Custodio