How to change local Service Fabric default launch url?

孤街浪徒 提交于 2019-12-01 15:02:05

问题


I created a stateless service in service fabric local cluster with Visual studio 2017. It came with a predefined random port 8462.

I changed the port in the ServiceManifest.xml to another, but every time I launch the project it goes to the old port, I can see in the Output "Launching the browser with URL http://localhost:8462/ to open the application." and I have to change it manually.

Ho I change the default launch url? in the project properties there is no option.

Thanks


回答1:


Right click the Service Fabric Application project (so, not the project of a service) and select "properties". You can modify it there:



来源:https://stackoverflow.com/questions/43277667/how-to-change-local-service-fabric-default-launch-url

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!