Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Enterprise Policy?

    In the .NET Framework Configuration tools you have three levels of Runtime
    Security Policy: Enterprise, Machine and User.

    As I understand modifying the Enterprise policy will NOT affect all machines
    / users in the Enterprise unless you make a .MSI file out of it and then
    push that to all your computers.

    This leaves me a bit puzzeled. What is realle the difference then between a
    Machine Policy distributed to all your computers and an Enterprise Policy
    distributed to all the machines?

    Olav


    Olav Tollefsen Guest

  2. Similar Questions and Discussions

    1. policy
      Any one knows of any good site that has a step by step tutorial on how to set up policies? I havent seen any. Thank
    2. XP policy in NT4 domain
      Hello, I have the following problem: Our company use NT4 domain. (don't want to upgrade) We have lot of XP client and I want to use domain...
    3. I've installed a commercial copy of 2003 Enterprise over a 2003 enterprise trial and activation troubles ...
      Hi I've installed a commercial copy of 2003 Enterprise over a 2003 enterprise activated trial version. After logon the system says that I must...
    4. c.u.s.m policy
      Last week I attempted to attach a 20KB text file (output of a hw command) to a reply, and found that the entire post never made it to the list. ...
    5. A new group policy ?
      Glad to see that we are having fun. Yes I am a bit confused about this. I have tried a number of settings but I can't find any way to change this....
  3. #2

    Default Re: Enterprise Policy?

    There's essentially no difference at all unless you plan your policy
    deployment in such a way as to take advantage of both policy levels. For
    example, one approach might be to use the enterprise policy level to
    specify the most permissive policy that should ever be allowed on any
    machine in the deployment pool, then allow local organizations to further
    restrict this via the machine policy level. For example, some machines
    might not need to run any managed code off the intranet or internet, so it
    might be reasonable to grant no permissions at all to such code on those
    machines.



    "Olav Tollefsen" <x@y.com> wrote in message
    news:OhrZf0NUFHA.1152@tk2msftngp13.phx.gbl...
    > In the .NET Framework Configuration tools you have three levels of Runtime
    > Security Policy: Enterprise, Machine and User.
    >
    > As I understand modifying the Enterprise policy will NOT affect all
    > machines / users in the Enterprise unless you make a .MSI file out of it
    > and then push that to all your computers.
    >
    > This leaves me a bit puzzeled. What is realle the difference then between
    > a Machine Policy distributed to all your computers and an Enterprise
    > Policy distributed to all the machines?
    >
    > Olav
    >

    Nicole Calinoiu Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139