Search code examples
c#azureasp.net-coreasp.net-identityazure-web-app-service

Default identity pages is displayed on Azure published site


I published my web site to an Azure App service (http://quickpic.azurewebsites.net) Unfortunately the default identity pages keeps on displaying even though I have changed all of its styling and added fields to it.

My current result is https://www.quickpic.co.za/TestSite/default.png

My expected result that i get in debugging is https://www.quickpic.co.za/TestSite/expected.png


Solution

  • We upgraded the project to .Net Core 3.0 and published to azure and that seems to have fixed our problems.