0
ClickOnceアプリケーションをsftpを使用してWebサーバーに公開しようとしています(Visual Studio 2015を使用しています。サーバーはCentos 6.7です)。公開ウィザードの公開ウィザードを使用してClickOnceアプリケーションを公開できません
私の最終調整は:私は、公開
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/
に添加しませんでした。しかし、それは成功を発表します。
どうすればよいですか?