Also reach out to subject matter experts in dedicated forums over here.
Azure asp.net c# web publish with authentication will not connect to localhost (refused)
Dear Expert,
I'm new to Azure Web application development and used the guide https://zcusa.951200.xyz/en-us/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase to create a new web application.
I have used Authentication with work or school account to login to the web page. When I publish the application, I successfully login using the Microsoft account.
To check if localhost is working, I press Ctrl +F5 the localhost works but when I click publish it does not work with the Azure URL after authentication. What can be the reason? How can I fix it? I also have validated connection in Publish settings.Only this error occurs when I add authentication step
Without Authentication, after publish with azure URL localhost opens,