visual studio 2017 - How to change local Service Fabric default launch url? -


i created stateless service in service fabric local cluster visual studio 2017. came predefined random port 8462.

i changed port in servicemanifest.xml another, every time launch project goes old port, can see in output "launching browser url http://localhost:8462/ open application." , have change manually.

ho change default launch url? in project properties there no option.

thanks

right click service fabric application project (so, not project of service) , select "properties". can modify there:

setting launch url


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -