Thank you your reply. I am using web publish and the app service is windows based
Build failed
Hi dears, I am trying to publish asp.net and mysql project through VS to azure webservice app. I get this error, could you please help? Error details: Connected to the remote computer ("webappsuly2.scm.azurewebsites.net") using the Web Management Service, but could not authorize. Make sure that you are using the correct user name and password, that the site you are connecting to exists, and that the credentials represent a user who has permissions to access the site. Learn more at: https://go.microsoft.com/fwlink/?LinkId=221672#ERROR_USER_UNAUTHORIZED. The remote server returned an error: (401) Unauthorized. Dentistry 0.
2 answers
Sort by: Most helpful
-
-
ajkuma 27,946 Reputation points Microsoft Employee
2024-01-16T08:11:02.87+00:00 @Barzan M Hassan , Adding to Carlos suggestions, if you haven’t done this already, update your Visual Studio (VS) installation and .net SDK.
You may test the deployment of a different machine running latest version of VS As mentioned in this Azure doc , when you disable basic authentication, deployment methods based on basic authentication stop working, such as FTP and local Git deployment. If feasible, for alternate deployment methods, see Authentication types by deploymentmethods in Azure App Service.