I have an asp.net core Blazor website running on my IIS server (http://MyServer:8089/), I want to publish another WPF app to my website, I am using ClickOnce.
I am setting publish location to //MyServer/c$/../WpfFolder.
When I select in ClickOnce that Install location is "From a Website", what URL I must provide it? and should I change my Blazor app to implement the navigation to Publish.html in it?