views:

44

answers:

0

Before I spend too much time trying to make this work, I would like to know if it's even possible. I can build the projects fine using TFS. I can also publish directly from Visual Studio without issue. But when trying to publish via TFS, it is trying to use the following url: https://dev.server.com:8172/msdeploy.axd?site=dev.server.com. It is my understanding that port 8172 is the Windows Management Service, which I do not belive runs with IIS6. Is there any way to publish the applications using port 80, the same url that I supply manually withing visual studio?

Thx