HighTechTalks DotNet Forums  

V2,0 Configuration utility

Dotnet Framework microsoft.public.dotnet.framework


Discuss V2,0 Configuration utility in the Dotnet Framework forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Darrell Wesley
 
Posts: n/a

Default V2,0 Configuration utility - 10-09-2007 , 05:04 PM






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?

Reply With Quote
  #2  
Old   
Michael Nemtsev, MVP
 
Posts: n/a

Default Re: V2,0 Configuration utility - 10-09-2007 , 05:54 PM






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>



Reply With Quote
  #3  
Old   
Darrell Wesley
 
Posts: n/a

Default Re: V2,0 Configuration utility - 10-10-2007 , 09:04 AM



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:

Quote:
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




Reply With Quote
  #4  
Old   
Norman Yuan
 
Posts: n/a

Default Re: V2,0 Configuration utility - 10-10-2007 , 10:09 AM



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 (AT) discussions (DOT) microsoft.com> wrote

Quote:
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?


Reply With Quote
  #5  
Old   
Darrell Wesley
 
Posts: n/a

Default Re: V2,0 Configuration utility - 10-10-2007 , 10:43 AM



OK

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



"Norman Yuan" wrote:

Quote:
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 (AT) discussions (DOT) microsoft.com> wrote in message
news:5AC16AAD-C9EE-4A3B-89B3-FFB403B9D3B7 (AT) microsoft (DOT) 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?



Reply With Quote
  #6  
Old   
Norman Yuan
 
Posts: n/a

Default Re: V2,0 Configuration utility - 10-10-2007 , 02:45 PM



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 (AT) discussions (DOT) microsoft.com> wrote

Quote:
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 (AT) discussions (DOT) microsoft.com> wrote in
message
news:5AC16AAD-C9EE-4A3B-89B3-FFB403B9D3B7 (AT) microsoft (DOT) 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?




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.