MEC++ - propogating FullTrust to another AppDomain with a different application base
From: Bern McCarty (bern.mccarty_at_bentley.com)
Date: 02/22/05
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: Check group membership, the sequel"
- Previous message: Sameh Ahmed: "Re: Check group membership, the sequel"
- Next in thread: Nicole Calinoiu: "Re: MEC++ - propogating FullTrust to another AppDomain with a different application base"
- Reply: Nicole Calinoiu: "Re: MEC++ - propogating FullTrust to another AppDomain with a different application base"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 22 Feb 2005 17:17:49 -0500
I have a program written in MEC++ which creates a 2nd AppDomain that has it's own application base
and app.config file. This 2nd application base is NOT a subdirectory of the default domain's
application base but it is on the same local disk. The code that is run in this 2nd domain is also
written in MEC++. When I execute code in the 2nd domain I observe System.Security.SecurityException
errors that make it clear that the code in the 2nd domain does not have full trust. I want and need
this code to have full trust just like it has when the same code is run from it's own executable in
the default app domain.
So how do I do this?
I am using .NET 1.1 SP1.
Bern McCarty
Bentley Systems, Inc.
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: Check group membership, the sequel"
- Previous message: Sameh Ahmed: "Re: Check group membership, the sequel"
- Next in thread: Nicole Calinoiu: "Re: MEC++ - propogating FullTrust to another AppDomain with a different application base"
- Reply: Nicole Calinoiu: "Re: MEC++ - propogating FullTrust to another AppDomain with a different application base"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]