I'm trying to publish a ClickOnce WPF browser application to an IIS server.
Currently, everything is set, and I can reach the website from all computers in the local network. However, after pressing Run
, the application only works on the server PC. This is the only computer that has the option to run the application.
I'm guessing something is off with the manifests or something. I have no clue where to look for. What should I do or check?