There is a way to change the http port that ArcGIS Runtime uses to serve LocalServices content? Environment at customer network blocks default http port 50000.@marceloctorres ArcGIS Runtime SDK for WPF
Solved! Go to Solution.
Hi,
Yes - run the LocalServerUtility app (shortcut on start screen or exe can be found in LocalServer bin folder).
Cheers
Mike
Hi,
Yes - run the LocalServerUtility app (shortcut on start screen or exe can be found in LocalServer bin folder).
Cheers
Mike
Thanks Michael, I try to force LocalServer use http por 80, but an exception throws "Failed to find open port from 80->80". If I change de range to 80-81 LocalServer use port 81.
Thanks again.