我正在尝试将我的asp.net mvc应用程序部署到另一台服务器,但收到此错误:
Error 101 Web deployment task failed. (Could not connect to the remote computer ...
我在服务器上安装了Web管理服务,它正在运行吗?
我还尝试在tfs中对构建队列进行排队,这在构建服务器上构建得很好但是部署没有发生:
/p:DeployOnBuild=True
/p:DeployTarget=MSDeployPublish
/p:CreatePackageOnPublish=True
/p:MsDeployServiceUrl=https://myserver:8172/msdeploy.axd
/p:MsDeployPublishMethod=WMSVC
/p:UserName=myserver\myadmin
/p:Password=mypassword
/p:AllowUntrustedCertificate=True
/p:DeployIisAppPath="Default Web Site/myappname"