我正在尝试将桌面应用程序发布到 FTP 位置以通过网络进行更新。从概念上讲,这很好用,我已发布到本地磁盘,手动将文件复制到那里,从该位置安装,并自动安装更新。
理想情况下,虽然我不想发布到本地和复制,但我想直接发布到 FTP 甚至 WebDAV。输入 FTP 位置时,虽然我收到此错误:
Failed to connect to 'ftp://xxx.xxx.xxx/' with the following error: Unable to create the Web site 'ftp://xxx.xxx.xxx'.
The components for communicating with FrontPage Server Extensions are not installed.
谷歌告诉我,在以前的 Visual Studio 版本中,我可以通过添加/删除程序和修复添加“Visual Studio Web 创作组件”,但这在 VS 2012 中不存在。我正在使用 VS Express 2012 for Windows Desktop。
如何安装所需的组件?