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:
Comments
Post a Comment