I get this pop and error for authencation failure azurewebsites.net:4020 error. Due to this i am unable to log in to my website. I don't know what to do and how to handle this.
Kindly suggest and help me
Thanks!
I get this pop and error for authencation failure azurewebsites.net:4020 error. Due to this i am unable to log in to my website. I don't know what to do and how to handle this.
Kindly suggest and help me
Thanks!
After searching various other solutions, what did work in the end was installing the "Azure Development Workload" of Visual Studio (using the Visual Studio Installer), then with your project loaded in VS, open "Server Explorer", expand the Azure tab and simply navigate to your web app, right-click and Attach debugger.
Check that you have enabled debugging in Azure for the App.
This bypasses the remote debugging, and its security credentials.
Visual studio -> right click -> run administrator
For me, what fixed it, was changing the site URL from http
to https
.
Then I could attach the debugger:
All in VS 2022.
© 2022 - 2024 — McMap. All rights reserved.