Home All Groups Group Topic Archive Search About

Newbie Question: Trust an Assembly Wizard

Author
25 Mar 2005 9:40 AM
arch
Hi.  Under the Microsoft .Net 1.1 Wizards there are 3 wizards:

1) Adjust .Net Security
2) Trust an Assembly
3) Fix an application.

I want to use the Trust an Assembly wizard to trust several assemblies (from
a network share).  However, it seems to insist that I only select one
assembly at a time.  Is there any way that I can use wildcards or something
to trust all assemblies in a particular application directory?

Author
28 Mar 2005 1:05 PM
Hadi Hariri
>nly select one assembly at a time.  Is there any way that I can
> use wildcards or something to trust all assemblies in a particular
> application directory?

Don't use the wizards. Use the .NET configuration. You can then setup a
Code Group that points to the folder in question (application
directory) and set the level of trust for those assemblies in that
folder.