I want to use code access security and add code modify group. but I don’t see the .NET Configuration Tool in Administrator Tools.
Where can I find this tool?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It has been retired, the last version I know shipped with the .NET 2.0 SDK around the VS2005 time frame. No loss btw, it wasn’t a great tool. You now need to use the Caspol.exe command line tool, run it from the Visual Studio Command Prompt or directly from the framework directory (c:\windows\microsoft.net\framework\v2.0.50727 for example). Run caspol /? for very basic command line argument help, docs are here.