Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2012 在VS Express 2012中将桌面应用程序发布到FTP_Visual Studio 2012 - Fatal编程技术网

Visual studio 2012 在VS Express 2012中将桌面应用程序发布到FTP

Visual studio 2012 在VS Express 2012中将桌面应用程序发布到FTP,visual-studio-2012,Visual Studio 2012,我正在尝试将桌面应用程序发布到FTP位置,以便通过web进行更新。从概念上讲,这很好,我已经发布到本地磁盘,手动将文件复制到那里,从该位置安装,并自动安装更新 理想情况下,虽然我不想发布到本地并复制,但我希望直接发布到FTP甚至WebDAV。当输入FTP位置时,尽管我收到以下错误: Failed to connect to 'ftp://xxx.xxx.xxx/' with the following error: Unable to create the Web site 'ftp://xxx

我正在尝试将桌面应用程序发布到FTP位置,以便通过web进行更新。从概念上讲,这很好,我已经发布到本地磁盘,手动将文件复制到那里,从该位置安装,并自动安装更新

理想情况下,虽然我不想发布到本地并复制,但我希望直接发布到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.
Google告诉我,在以前的Visual Studio版本中,我可以通过添加/删除程序和修复来添加“Visual Studio Web创作组件”,但VS 2012中不存在这种情况。我正在使用VS Express 2012 for Windows桌面


如何安装所需的组件?

安装Visual Studio Express 2012 for Web为您提供了正确的组件:

文章

下载

旁注:

FrontPage服务器扩展以Apache Mod和IIS扩展的形式提供

IIS:

阿帕奇: