I am not sure about the semantic of "ApplicationDirectory" membership condition.
I am trying to use it in the .NET Framework 2.0 configuration tool. The tool's explanation to it is as below:
The Application Directory membership condition is true for all assemblies in the same directory or in a child directory of the running application. Assemblies that meet this membership condition will be granted the permissions associated with this code group.
All the other membership conditions such as strong name, hash, allow me to input some criterias, only the Application Directory has not. So how to use it? Could someone give an explanation by example? Many thanks.
Do I have to start a bounty to get any reply?