c# - Expose one config file to be read by N Windows Store Apps -


i'm developing windows store app deployed (about) 50 computers. app downloading data webapi. webapi on server, has ip. need set ip app. each app have same ip refer to.

the server's ip may change , don't want rebuild , redeploy app. want change config file (with ip inside) in 1 shot. first thought creating config file , edit via powershell script.

is there better solution? solution isn't me because if app in future deployed phone or raspberry, difficult update config file this.

you should use http://www.noip.com/ instead of using ip, have hostname, can updated every time ip changes.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -