I'm trying to get to grips with Google Cloud for a University Project.
I have created a .NET Google Cloud project on VS 2019 and I'm trying to deploy it to my Windows 2016 server on Google Cloud Platform.
However I keep getting the error:
D:\Program Files\Microsoft Visual Studio\MSBuild\Microsoft\VisualStudio\v16.0\Web\Microsoft.Web.Publishing.targets(4284,5): msdeploy error ERROR_DESTINATION_NOT_REACHABLE: Web deployment task failed. (Could not connect to the remote computer ("35.235.58.62"). On the remote computer, make sure that Web Deploy is installed and that the required process ("Web Management Service") is started.
What I've tried so far:
- Checking server's firewall is open for inbound 8172
- Disabled home PC firewall to make sure that wasn't the issue
- Installed Web Platform Installer on the server
- Added ISS Management Service through Web Platform Installer
- Enabled remote connections on ISS
Any advice or help on the solution would be greatly appreciated.