0

尝试按照此处的说明将我的项目作为 ClickOnce 发布到 CodePlex 时,我不断收到以下错误:

Connecting to 'http://sentinel.codeplex.com/releases/clickonce/'...
Error: Failed to connect to 'http://sentinel.codeplex.com/releases/clickonce/' with the following error: Unable to create the Web site 'http://sentinel.codeplex.com/releases/clickonce'. The Web server does not appear to have FrontPage Server Extensions installed.
Publish failed.

我正在使用 Subversion 源代码控制界面,Visual Studio 从来没有要求任何凭据(尽管 AnkhSVN 可能会为我提供它们)。

我错过了一些明显的东西吗?

我在两台机器上试过,我确保版本号和先决条件设置得当,但不认为这会导致问题。

4

1 回答 1

1

确保您的发布文件位置指向文件所在的位置。我还没有发布到 CodePlex,但它是 FTP 吗?如果是这样,发布文件的位置将类似于ftp://theaddressandfolder,安装 URL 将类似于http://thewebaddressandfolder/

于 2011-01-27T08:57:58.107 回答