我正在尝试使用msbuild和msdeploy将webapp部署到win2003 / iis6服务器,但是在传输第一个dll结束时进程停止,返回此消息:
Web deployment task failed. (Unable to write data to the transport
connection: ...
此消息后面跟着远程服务器关闭连接的消息(荷兰语)。文件夹结构也是创建的,配置文件和aspx文件。我正在使用这些MSBuild选项:
/p:DeployOnBuild=True /p:DeployTarget=MsDeployPublish /p:CreatePackageOnPublish=True
/p:MSDeployPublishMethod=RemoteAgent /p:MSDeployServiceUrl=remote-server
/p:DeployIisAppPath="Site/app" /p:UserName=user /p:Password=myPassword
我从哪里开始挖掘?问候。