Where can I find the .NET Configuration Tool?
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 to share