An error occurs when launching a ClickOnce application on a specific device.
Comparing the ClickOnce custom logs of a device that can start normally and a device that causes an error,
the deployment URL is the application server on the device that can start normally, but the local PC on the device that causes the error.
Deployment URL of a device that can start normally
Deployment URL: http://XXX.XXX.XX.XX:50000/Site/application/P5GbIDekidaka_Gaa/P5GbIDekidaka_Gaa.application...
(Some characters in the URL have been replaced and omitted)
Deployment URL of a device that causes an error
Deployment URL: file:///C:/Users/g4432/Downloads/P5GbIYosKoj_Gaa%20(2).application
What steps should I take to make the deployment URL the same as on a device that can launch it normally?