0
votes

When I try to publish it I get the following error message:

Error 1 Web deployment task failed. (Could not connect to the remote computer ("..*.*"). 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.)

I dont understand why is it referring me to a remote computer, I've specified the destination URL as my own IP address. And I have web management service checked on windows features.

How do I solve this particular error?

1
look at this link and see if it helps msdn.microsoft.com/en-us/library/vstudio/…Rachel Gallen

1 Answers

0
votes

Try to publish to the file system, if this works move the files into you wwwroot, normally c:\inetpub\www.

then go to start and run inetmgr to open iis configuration manager, if you see your folder there right click and convert to application, accept settings then right click / manage / browse and you should see your site or an IIS error that should be easy to debug.

I never use the deploy to IIS feature from VS as it's pants.

Good luck!