A lot of us like to store & run our Add-ins from the network. To be able to do so, we have to add
<loadFromRemoteSources enabled="true"/>
to the <runtime> section of the Revit.exe.config file. This has worked for years. But sometimes Revit patches/updates also need to update this file. When they come access a modified version of the Revit.exe.config file they fail to update: https://forums.autodesk.com/t5/revit-architecture-forum/bim-360-team-is-stuck-in-quot-loading-quot/m...
So how should we be handling this?