The runtime switches between local and remote loading

I have local and remote resources
How do I turn remote loading on and off at runtime
Or switch the loading mode freely(Local or remote)

I believe you can add a ProfileEntry that uses a runtime value that you control.

For example: {MyNamespace.MyClass.ResourcesPath} would evaluate the value from your class in runtime, so you can freely change it if needed.