Hi,
The documentation for the <loadFromRemoteSources> setting in the .config file says:
"In the .NET Framework 4.5, assemblies on local network shares are run as full trust by default; you do not have to enable the<loadFromRemoteSources> element. "
How does the framework know if a share is "local network" or not? Can I inspect/change it?
It will not load assemblies from the share unless I add <loadFromRemoteSources> in the config file.
(the assmeblies are not flagged as "from the web")
Does this mean the share is not "local network"?