Where can I find the .NET Configuration Tool?

I want to use code access protection and add a code change group. but I don't see .NET Configuration Tool in Admin Tools.

Where can I find this tool?

+2


a source to share


1 answer


It has been removed, the latest version I know comes with .NET 2.0 SDK around VS2005 timezone. No waste, it was a great tool. Now you need to use the Caspol.exe command line tool, run it from the Visual Studio command line or directly from the framework directory (for example, c: \ windows \ microsoft.net \ framework \ v2.0.50727). Run caspol /? for a very simple command line the help argument, docs here .



+3


a source







All Articles