Does not log in after published in Azure

Asked

Viewed 25 times

2

I need help..

I published a web application, developed in ASP.NET MVC5 with c#, on the Azure platform. This application has implemented an authentication system.

The application works well locally and also worked well after being published, however, as soon as I did an update and republished again, it is no longer possible to log in. When I press the log in button, after filling in the username and password the application does not log in and I am redirected again to the log in page, with the url of the page being the following: https//dominiodeexample.com/Account/Login? Returnurl=%2F

The strange thing is that if you delete the Azuere app and recreate again it already works.

That is, app version 1, publish and work, make changes and improvements (version 2), publish these changes and stop working. I delete the Archive app and create a new one again, public (version 2) and work again.

In short, every time I change something in the app I have to go to the Azure portal, delete the app there, create a new one, and publish again.

I use the Azure portal with other applications and nothing like this has ever happened to me.

Does anyone have any idea how to handle it ?

No answers

Browser other questions tagged

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