TFS 2010 - Web部署到IIS6

发布于 2024-10-18 07:57:03 字数 429 浏览 6 评论 0原文

我已经在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

﹂绝世的画 2024-10-25 07:57:03

最后,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文