Hi,
Disregard this. This solved my issues:
https://learn.microsoft.com/en-us/iis/publish/using-web-deploy/configure-the-web-deployment-handler
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are hosting our website on our own server running Windows Server 2022. I have installed an SSL certificate from a Certification Authority on the server.
I created a local user account with credentials that I can use to deploy the website to the server from my development machine.
I'm using C#, VS 2022 Professional and my target framework is MS .NET Framework 4.8. I have the same versions of Web Deploy on both development machine and production server. I have Desktop Runtime 8.0.4 (x64) installed on the production server.
When I try to deploy the website, I get ERROR_USER_UNAUTHORIZED. What more settings do I need to do to deploy my website? Am I missing something?
Appreciate any help.
Hi,
Disregard this. This solved my issues:
https://learn.microsoft.com/en-us/iis/publish/using-web-deploy/configure-the-web-deployment-handler
Hi @deskcheck1-0579 I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.
Issue:
Solution:
This Azure doc " Configure the Web Deployment Handler" helped you resolved your issue.
The doc shares how to deal with common issues that can occur during deployments: like receiving 401 unauthorized error while trying to connect to a Web site.
Thanks again for sharing what worked for you.
Best,
Grace