R – Do you still use the .Net Configuration tool to give Visual Studio 2008 SP1 access permissions to code on a network drive? If so where is it

configurationnetSecurity

I can't seem to find the old mscorcfg.msc snap in to give .net permission to access a shared network drive. I've downloaded the Windows SDK 2008 which superseded .NET 2.0 SDK (where it used to be) but can't find it.

Does anyone know if it has been deprecated? Is there a new way to give .Net permissions to a shared network drive?

Best Answer

You mention .Net 2.0 briefly, but it's not clear if that's what your targeting. .Net 3.5 sp1 no longer requires special permissions to run from a network share. .Net 2.0 through .Net 3.5 (no sp) do require such permissions.