views:

1947

answers:

3

I am trying to use the .net configuration tool in windows 7 but can not find it. Does anyone know where to download this tool from or where it is located in windows 7 (prof)?

A: 

.Net 3.5 is using CLR 2.0 so you can use the same security configuration tool Mscorcfg.msc from .Net 2.0 SDK.

Sheng Jiang 蒋晟
I do not have this on my machine, but I do have .NET framework 3.5 installed
TampaRich
+2  A: 

The tool comes with Microsoft® Windows® Software Development Kit

This Google Search might helpful too

roman m
The ever changing answer... :)
Philip Wallace
no kidding ... typing as i'm googling :)
roman m
A: 

Unless you have the SDK installed, you won't have the tool. There is a command line version installed with the non-SDK version however:

C:\Windows\Microsoft.NET\Framework\v2.0.50727\CASPOL.exe

The SDK can be downloaded from here.

Philip Wallace
There is a bug in Vista SDK. Only installing .Net 2.0 Tools would not work, see http://social.msdn.microsoft.com/Forums/en-US/windowssdk/thread/4762ce1e-c4a2-4315-8274-ee3a3e14ad13/
Sheng Jiang 蒋晟