Hi CsharpRobert,
wants a password for the app service $HomePageCode20221126233651”.
You can get the Username and Password from Publish Profile.
In Azure App Service
=> Overview
=> click on Download Publish Profile
.
- Before that you need to enable Basic Authentication.
- You can get the password from the downloaded
.PublishSettings
file. - You can even get the password from Deployment Center => FTP Credentials.
- If you still face issue with Web Deploy, you can use Import Profile option (upload Downloaded publish profile) for the App Deployment.
Hope this Helps
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.