share common server side bin resources
Each time a lightswitch application is published on a web server, a bin folder is created with language resources and dll's like Microsoft.CSharp.dll and so on.
If we distribute many lightswitch applications on the same web server, then this folder and all of its contents like the dll's and language resources get repeated over and over again, once for every application.
I would like to be able to specify a "common bin lightswitch resources" folder so that i could redirect every lightswitch application to load dlls and other common resources from there.
1
vote