Identity working through IIS, but not working for deployed version through Azure.

Harris Beck 1 Reputation point
2022-01-23T16:06:47.43+00:00

I am fairly new to web development and have run into an odd problem I have been trying to fix for a while now. I am using Identity to handle my user accounts for my website and I was able to successfully use Identity through IIS Express. However, once I attempted to run the deployed version of the website through Azure it simply reloads the Login page every time I try to sign in. There are no errors being returned in the console and I am unable to reproduce this problem through IIS Express. Does anyone know why Identity would work locally (using the Azure hosted DB) but not in deployment?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,408 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Harris Beck 1 Reputation point
    2022-01-28T20:57:54.937+00:00

    Hello,
    I apologize for you having to go through this, but we have found the error. My senior had told us that he had implemented CI/CD however he actually made an error and the updated code was not being deployed. We have updated it and the system works fine.