Issue on ClickOnce hosting on Azure

℡╲_俬逩灬. 提交于 2020-04-16 02:32:49

问题


Following this article, I have successfully hosted my ClickOnce app to Azure Blob Storage.

But what URL should a user use to install the app. For example, when you publish an app to a website using VS2019, it creates a publish.html page whose URL a user can use to install the app. But here we don't have that publish.html page. So, what we do in that case?


回答1:


nam. I am very happy to tell you how to generate publish.htm.

After my test, I found the reason why you can't generate piblish.htm. My dev IDE same as you Microsoft Visual Studio Enterprise 2019. It may be upgrade and lost some function about publish. You should use vs2017 to publish the application. I try and success.

This link is my demo url, you can check it. Jason's demo

And document links of how to set publish settings is below,

how to set publish setting to generate publish.htm

Add pic about how to configure, right click project->properties->publish->options->deployment



来源:https://stackoverflow.com/questions/60843404/issue-on-clickonce-hosting-on-azure

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!