I could probably find this out from somewhere else but thought it would be a nice question to have on stack overflow.
.NET 2.0 by default stopped managed exe's running from network shares despite the fact you can run unmanaged exe's.
I have seen mention's that this was changed in .NET 3.5 SP1
Is this true?
Would that include any dll's I assume so?
Would I need to recompile the app for 3.5 or would the 3.5 settings override a 2.0 app?