Azure - Does not create tables

Asked

Viewed 40 times

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.

  • I downloaded the Publish file from Azure again and it worked. Thank you.

  • Please put this as an answer to your question. So others can be helped if they have the same problem.

  • Probably the problem is in its connection string.

No answers

Browser other questions tagged

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