| Author |
Message |
Rob McShinsky
Guest
|
Posted:
Wed Jan 19, 2005 2:24 am Post subject:
Adjust .NET Security Levels to Mass of machines |
|
|
We have a vendor that is requiring an elevated .NET security level for their
application. I am looking into ways to do this. Is there a Group Policy to
do this or a registry change? How would one go about changing this setting?
Thanks
Rob McShinsky |
|
| Back to top |
|
 |
Joe Kaplan (MVP - ADSI)
Guest
|
Posted:
Wed Jan 19, 2005 6:47 am Post subject:
Re: Adjust .NET Security Levels to Mass of machines |
|
|
Have you looked at the .NET Configuration tool's ability to create a
deployment package based on a set of policy settings? My understanding is
that you can distribute the resulting MSI via GPO. I think this is the
standard approach for doing what you are doing.
Joe K.
"Rob McShinsky" <List@mcshinsky.com> wrote in message
news:up8wsuZ$EHA.2156@TK2MSFTNGP10.phx.gbl...
| Quote: | We have a vendor that is requiring an elevated .NET security level for
their application. I am looking into ways to do this. Is there a Group
Policy to do this or a registry change? How would one go about changing
this setting?
Thanks
Rob McShinsky
|
|
|
| Back to top |
|
 |
Sam Loveridge
Guest
|
Posted:
Wed Jan 19, 2005 6:47 am Post subject:
Re: Adjust .NET Security Levels to Mass of machines |
|
|
Open the .NET Framework Configuration tool (Administrative Tools/Microsoft
..NET Framework 1.1 Configuration) and on the opening screen click on the
link labelled "Configure Code Access Security Policy". You may be able to
step through using the information displayed on the screens, but if not
reading up on Code Access Security (CAS) will get you going.
Sam.
"Rob McShinsky" <List@mcshinsky.com> wrote in message
news:up8wsuZ$EHA.2156@TK2MSFTNGP10.phx.gbl...
| Quote: | We have a vendor that is requiring an elevated .NET security level for
their
application. I am looking into ways to do this. Is there a Group Policy
to
do this or a registry change? How would one go about changing this
setting?
Thanks
Rob McShinsky
|
|
|
| Back to top |
|
 |
Rob McShinsky
Guest
|
Posted:
Thu Jan 20, 2005 12:35 am Post subject:
Re: Adjust .NET Security Levels to Mass of machines |
|
|
Thanks. I think that will work just fine. Did some minor testing and it
looks good. Thanks
Rob McShinsky
"Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com> wrote
in message news:O%23htj7d$EHA.2016@TK2MSFTNGP15.phx.gbl...
| Quote: | Have you looked at the .NET Configuration tool's ability to create a
deployment package based on a set of policy settings? My understanding is
that you can distribute the resulting MSI via GPO. I think this is the
standard approach for doing what you are doing.
Joe K.
"Rob McShinsky" <List@mcshinsky.com> wrote in message
news:up8wsuZ$EHA.2156@TK2MSFTNGP10.phx.gbl...
We have a vendor that is requiring an elevated .NET security level for
their application. I am looking into ways to do this. Is there a Group
Policy to do this or a registry change? How would one go about changing
this setting?
Thanks
Rob McShinsky
|
|
|
| Back to top |
|
 |
Marco
Guest
|
Posted:
Thu Jan 20, 2005 12:39 am Post subject:
Re: Adjust .NET Security Levels to Mass of machines |
|
|
Hello, I just your posting. I was wondering what GPO stood for?
Have any resources detailing this??
On Tue, 18 Jan 2005 22:25:12 -0600, "Joe Kaplan \(MVP - ADSI\)"
<joseph.e.kaplan@removethis.accenture.com> wrote:
| Quote: | Have you looked at the .NET Configuration tool's ability to create a
deployment package based on a set of policy settings? My understanding is
that you can distribute the resulting MSI via GPO. I think this is the
standard approach for doing what you are doing.
Joe K.
"Rob McShinsky" <List@mcshinsky.com> wrote in message
news:up8wsuZ$EHA.2156@TK2MSFTNGP10.phx.gbl...
We have a vendor that is requiring an elevated .NET security level for
their application. I am looking into ways to do this. Is there a Group
Policy to do this or a registry change? How would one go about changing
this setting?
Thanks
Rob McShinsky
|
|
|
| Back to top |
|
 |
Richard Blewett [DevelopM
Guest
|
|
| Back to top |
|
 |
B S Wootton
Guest
|
Posted:
Mon Jan 31, 2005 6:47 am Post subject:
Re: Adjust .NET Security Levels to Mass of machines |
|
|
"Rob McShinsky" <List@mcshinsky.com> wrote in message
news:up8wsuZ$EHA.2156@TK2MSFTNGP10.phx.gbl...
| Quote: | We have a vendor that is requiring an elevated .NET security level for
their
application. I am looking into ways to do this. Is there a Group Policy
to
do this or a registry change? How would one go about changing this
setting? |
Have a read up on Code Access Security. CAS enables you to set security
policy based
on characteristics of the code. It will be easy to lock down all .NET code
according to some
policy, but you will need some extra work in order to define security policy
for a single application.
Ben |
|
| Back to top |
|
 |
|
|
|
|