问题
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