【发布时间】:2018-09-06 03:06:39
【问题描述】:
我目前正在开发 TDS,我正在尝试将我的 TDS 项目连接到另一个“暂存”开发环境,但由于权限受限,我无法连接。 它抛出这个错误---->
Connection Test Failed: Unable to download content from http://stg.website.com
Exception The remote server returned an error: (404) Not Found. (WebException):
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at HedgehogDevelopment.SitecoreProject.VSIP.ProjectTests.UrlTest.Execute()
Connection Test Finish: 2018-03-27 11:42:24
如何将我的 TDS 项目连接到 staging 以便能够同步站点核心项目?
【问题讨论】:
-
临时环境中是否安装了 TDS 连接器?是否有任何 IIS 登录背后的环境?
-
如何将 TDS 连接器安装到暂存环境?是的,它需要用户名和密码。
标签: build configuration sitecore staging tds