I have a mvc project in visual studio in my local computer. And I am trying to deploy it in my school network. Some ports are blocked in my school network.

I can easily deploy my project at home. But in school I get this error

Error 5 Web deployment task failed. (Could not connect to the remote computer ("mydomain.com"). On the remote computer, make sure that Web Deploy is installed and that the required process ("Web Management Service") is started. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_NOT_REACHABLE.)

which port does visual studio use for web deployment? Because port 80 is available.

有帮助吗?
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top