Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到此弹出和错误,因为身份验证失败 azurewebsites.net:4020 错误。因此,我无法登录我的网站。我不知道该怎么做以及如何处理。
请建议并帮助我
谢谢!
对我来说,修复它的方法是将站点 URL 从 更改http为https.
http
https
然后我可以附加调试器:
全部在 VS 2022 中。
在搜索了各种其他解决方案之后,最终起作用的是安装 Visual Studio 的“Azure 开发工作负载”(使用 Visual Studio 安装程序),然后在 VS 中加载您的项目,打开“服务器资源管理器”,展开 Azure 选项卡并只需导航到您的网络应用程序,右键单击并附加调试器。
检查您是否已在 Azure 中为应用程序启用调试。 这绕过了远程调试及其安全凭证。
Visual Studio -> 右键单击 -> 运行管理员