ClickOnceを使用してwinformsアプリケーションを公開することはできますか?ApacheでClickOnce Deploymentを実行することはできますか?
Apacheサーバに公開しようとすると、私はこのエラーを取得:
Failed to connect to ' http://10.200.0.80:8081/WinSync/ ' with the following error: Unable to open the Web site ' http://10.200.0.80:8081/WinSync/ '. To access Web sites on the local IIS Web server, you must run Visual Studio under an Administrator account in order to have access to the IIS metabase. Alternatively, install FrontPage Server Extensions (FPSE) and then grant FPSE access to users who will run Visual Studio.
答えは「はい」ですが、Apacheにフロントページの拡張機能をインストールしましたか? – JaredPar
いいえ、私はそれを修正しました。 – Malfist