I\'m trying to publish ClickOnce application and test it locally. I want to provide installation link so I need to update location with an IP address oth
In my case it was because I was using a port other than the default port 80. I was able to access the site locally using localhost but not on another machine using the IP address.
To solve the issue I had to add a firewall inbound rule to allow the port.