LoginUser_Authenticate() method not being hit when app deployed to app service
Tony
61
Reputation points
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
Sign in to answer