LoginUser_Authenticate() method not being hit when app deployed to app service

Tony 61 Reputation points
2024-10-01T08:46:48.3466667+00:00

Assistance Needed with ASP.NET Web Application on Azure App Service

Good day guys, I recently deployed an ASP.NET web application, which I upgraded to .NET Framework 4.8, to Azure App Service. However, when I attempt to log in to the web app, the page refreshes and clears the fields. During remote debugging, I noticed that while the Page_Load method is hit, the LoginUser_Authenticate() method is not called.

I tried remote debugging. I noticed it hits the page_load method but does not call the LoginUser_Authenticate() method

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,479 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,743 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.