TFS 2010 - Web部署到IIS6
我已经在 TFS2010 中使用 MSBuild 参数设置了构建配置,以使用 WebDeploy 部署到远程 IIS6 Web 服务器。我可以从 VS2010 手动使用 WebDeploy 部署到此远程 Web 服务器,不会出现任何问题。但是,当我启动 TFS 构建时,在尝试部署到远程机器时,它失败并出现权限被拒绝错误。我已将该用户添加到网络服务器框上的管理员组中。
我在安全事件日志中发现未设置域:
登录失败:
原因:用户名未知或密码错误
用户名:tfssvcUser
域名:
登录类型:3
登录过程:NtLmSsp
身份验证包:NTLM 工作站名称:TFSServer
当我手动运行它时,会设置域。 tfssvcUser 是在构建服务器上运行的域用户。
我现在正在运行 MSDeploy 1。
有什么想法吗?
I have setup a build configuration in TFS2010 with MSBuild arguments to deploy using WebDeploy to a remote IIS6 webserver. I can deploy to this remote web server using WebDeploy manually from VS2010 without issue. But, when I kick off the TFS build it fails with a permission denied error when attempting to deploy to the remote box. I have added the user to the Administrator group on the webserver box.
I found in the security event log that the Domain wasn't set:
Logon Failure:
Reason: Unknown user name or bad password
User Name: tfssvcUser
Domain:
Logon Type: 3
Logon Process: NtLmSsp
Authentication Package: NTLM
Workstation Name: TFSServer
When I run it manually the Domain is set. tfssvcUser is a domain user is running as such on the build server.
I am running MSDeploy 1 right now.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后,TFS 框的管理员误读了构建服务器上的权限,需要向临时文件夹或注册表添加权限,但不确定是哪一个。
In the end the admin for the TFS box had misread the permissions on the build server and needed to add permissions to a temp folder or registry, not sure which.