0

I'm using Visual Studio 2017 Community Edition and want to publish a website to the server. IIS 10 is installed on the server which is running MS Windows Server 2016. I've Installed Management Service and Web Deploy3.6 I've created IIS User and granted it's permission for the specific website in IIS. When I try to publish using Web Deploy profile on Visual Studio, I got the error below:

enter image description here

the details :

enter image description here

But the log file in the server shows the connection is ok and it returns code 200 :

enter image description here

SalmanShariati
  • 3,873
  • 4
  • 27
  • 46

1 Answers1

0

Double check your credentials. I've only ever uploaded via FTP to a remote server in visual studio, as long your credentials and server are valid it should pass the validation check. Make sure the correct ip for your server is entered.

vasmos
  • 2,472
  • 1
  • 10
  • 21