我试图通过sftp将ClickOnce应用程序发布到网络服务器(使用Visual Studio 2015.服务器是Centos 6.7)。
我在发布向导中的最终配置:
The application will be published to:
sftp://10.1.0.88/home/www/sample/web/desktop/
Users will launch this application from:
http://sample.example.com/desktop/
我发表时:(输出)
Connecting to 'sftp://10.1.0.88/home/www/sample/web/desktop/'...
Publishing files...
Publish success.
Warning: Unable to view published application at http://sample.example.com/desktop/publish.htm.
http://sample.example.com/desktop/publish.htm
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Publish: 1 succeeded, 0 failed, 0 skipped ==========
/home/www/sample/web/desktop/
中未添加任何内容。但它说发布成功。
我该怎么办?
答案 0 :(得分:0)
事实证明,部署文件已添加到/root/home/www/sample/web/desktop/
而非/home/www/sample/web/desktop/
所以我从
更改发布文件夹位置sftp://10.1.0.88/home/www/sample/web/desktop/
到
sftp://10.1.0.88/../home/www/ecr/web/desktop/