问题
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)?
回答1:
The tool comes with Microsoft® Windows® Software Development Kit
This Google Search might helpful too
NOTE: There's a later one for Win7
回答2:
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.
回答3:
.Net 3.5 is using CLR 2.0 so you can use the same security configuration tool Mscorcfg.msc from .Net 2.0 SDK.
来源:https://stackoverflow.com/questions/1684782/how-do-i-configure-net-framework-3-5-in-windows-7