From: Robert Scheer on
Hi.

I am trying to set up a new group with some permissions under
mscorcfg. For the group condition type I am choosing Application
Directory and the set of permissions I have defined.

What I want is to tell that applications coming from a specific
directory can't write to any file on c:\ and its subdirectories. But
when I run my application it still can write to text files for
example. Can I use mscorcfg for this kind of configuration? What
exactly is the Application Directory condition type?

Regards,
Robert Scheer
From: Alvin Bruney - ASP.NET MVP on
You need to make sure that the version of mscorcfg.msc that you are using is
the one that targets the specific .NET application. Also, if your
application is installed as windows client, it is implicitly trusted; that
is, it can write anywhere.

--
Vapordan
Shameless Author Plug
ASP.NET 4 by Example only $20
OWC Blackbook www.lulu.com/owc

"Robert Scheer" <rbscheer(a)my-deja.com> wrote in message
news:0c597234-8972-4605-8920-91d07a157aad(a)m25g2000yqc.googlegroups.com...
> Hi.
>
> I am trying to set up a new group with some permissions under
> mscorcfg. For the group condition type I am choosing Application
> Directory and the set of permissions I have defined.
>
> What I want is to tell that applications coming from a specific
> directory can't write to any file on c:\ and its subdirectories. But
> when I run my application it still can write to text files for
> example. Can I use mscorcfg for this kind of configuration? What
> exactly is the Application Directory condition type?
>
> Regards,
> Robert Scheer