Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

which port visual studio use for web deployment?

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.

like image 891
abby Avatar asked Mar 04 '14 10:03

abby


1 Answers

Web Deploy uses ports 80 and 8172.

like image 182
Nevett Avatar answered Sep 28 '22 07:09

Nevett