I am having to setup a user with a new PC which came with Version 2 of the
framework preinstalled. The problem is the Configuration Utility to Adjust
Zone Security does not show itself in Control Panel.


Where do I look or what other options are available?

Re: V2,0 Configuration utility by Michael

Michael
Tue Oct 09 14:54:09 PDT 2007

Hello Darrell,

check that the file exists there %Systemroot%\Microsoft.NET\Framework\versionNumber\Mscorcfg.msc

More info about this is there http://msdn2.microsoft.com/en-us/library/2bc0cxhc.aspx

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


DW> I am having to setup a user with a new PC which came with Version 2
DW> of the framework preinstalled. The problem is the Configuration
DW> Utility to Adjust Zone Security does not show itself in Control
DW> Panel.
DW>
DW> Where do I look or what other options are available?
DW>



Re: V2,0 Configuration utility by DarrellWesley

DarrellWesley
Wed Oct 10 06:04:01 PDT 2007

From all indications the Mscorcfg.msc is not installed on the machine.

The link you provided states to open the SDK command promt but the SDK was
not installed on the machine only the redistributable components.


"Michael Nemtsev" <Michael Nemtsev>, "MVP" wrote:

> Hello Darrell,
>
> check that the file exists there %Systemroot%\Microsoft.NET\Framework\versionNumber\Mscorcfg.msc
>
> More info about this is there http://msdn2.microsoft.com/en-us/library/2bc0cxhc.aspx
>
> ---
> WBR,
> Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
>
> "The greatest danger for most of us is not that our aim is too high and we
> miss it, but that it is too low and we reach it" (c) Michelangelo
>
>
> DW> I am having to setup a user with a new PC which came with Version 2
> DW> of the framework preinstalled. The problem is the Configuration
> DW> Utility to Adjust Zone Security does not show itself in Control
> DW> Panel.
> DW>
> DW> Where do I look or what other options are available?
> DW>
>
>
>

Re: V2,0 Configuration utility by Norman

Norman
Wed Oct 10 07:09:48 PDT 2007

The configuration applet in Control Panel only available to .NET1.1 Redist,
not 2.0 Redist. It is just GUI tool of using the command line tool
CASPOL.exe. For .NET 2.0, you need to learn to use command line CASPOL.exe,
which MS thinks is "easier" to use than GUI tool. The GUI tool is only
available for .NET 2.0 SDK, which is for developer, who MS thinks is not
good at using command line tools.


"Darrell Wesley" <DarrellWesley@discussions.microsoft.com> wrote in message
news:5AC16AAD-C9EE-4A3B-89B3-FFB403B9D3B7@microsoft.com...
>I am having to setup a user with a new PC which came with Version 2 of the
> framework preinstalled. The problem is the Configuration Utility to Adjust
> Zone Security does not show itself in Control Panel.
>
>
> Where do I look or what other options are available?


Re: V2,0 Configuration utility by DarrellWesley

DarrellWesley
Wed Oct 10 07:43:02 PDT 2007

OK

So what is the proper command to set the Zone Intranet so that it has
FullTrust?



"Norman Yuan" wrote:

> The configuration applet in Control Panel only available to .NET1.1 Redist,
> not 2.0 Redist. It is just GUI tool of using the command line tool
> CASPOL.exe. For .NET 2.0, you need to learn to use command line CASPOL.exe,
> which MS thinks is "easier" to use than GUI tool. The GUI tool is only
> available for .NET 2.0 SDK, which is for developer, who MS thinks is not
> good at using command line tools.
>
>
> "Darrell Wesley" <DarrellWesley@discussions.microsoft.com> wrote in message
> news:5AC16AAD-C9EE-4A3B-89B3-FFB403B9D3B7@microsoft.com...
> >I am having to setup a user with a new PC which came with Version 2 of the
> > framework preinstalled. The problem is the Configuration Utility to Adjust
> > Zone Security does not show itself in Control Panel.
> >
> >
> > Where do I look or what other options are available?
>
>

Re: V2,0 Configuration utility by Norman

Norman
Wed Oct 10 11:45:57 PDT 2007

CASPOL.EXE takes a huge list of different arguments. I cannot remember. Each
time when I have to use it, I need to go to MSDN help page. Google
"CASPOL.exe" for the link (First link on google's search result).

One other way to make the task "simple" is to do it on a computer where GUI
configuration applet is available (i.e. .NET 2.0 SDK installed):

1. create a code group in GUI way
2. Also use the GUI tool to create deployment MSI (for deploying the CAS
policy)
3. On a domain network, use group policy to deploy the MSI to all computers
in the domain automatically.


"Darrell Wesley" <DarrellWesley@discussions.microsoft.com> wrote in message
news:0B85ABEE-BA1F-46B0-85E8-152B33F774DF@microsoft.com...
> OK
>
> So what is the proper command to set the Zone Intranet so that it has
> FullTrust?
>
>
>
> "Norman Yuan" wrote:
>
>> The configuration applet in Control Panel only available to .NET1.1
>> Redist,
>> not 2.0 Redist. It is just GUI tool of using the command line tool
>> CASPOL.exe. For .NET 2.0, you need to learn to use command line
>> CASPOL.exe,
>> which MS thinks is "easier" to use than GUI tool. The GUI tool is only
>> available for .NET 2.0 SDK, which is for developer, who MS thinks is not
>> good at using command line tools.
>>
>>
>> "Darrell Wesley" <DarrellWesley@discussions.microsoft.com> wrote in
>> message
>> news:5AC16AAD-C9EE-4A3B-89B3-FFB403B9D3B7@microsoft.com...
>> >I am having to setup a user with a new PC which came with Version 2 of
>> >the
>> > framework preinstalled. The problem is the Configuration Utility to
>> > Adjust
>> > Zone Security does not show itself in Control Panel.
>> >
>> >
>> > Where do I look or what other options are available?
>>
>>