G
Guest
I have an asp.net application that I've installed on several of my customers
laptops (they run a localized IIS). I've been doing this for years without
and issue.
Today I attempted to install this application on a laptop that belonged to a
contractor (i.e. not supplied by us). I brought it onto the domain,
installed what I needed to, and everything seemed fine.
However, when I run the app (i.e. access the default.aspx page via IE), I
get a Security Exception - Your Application Is Not Running With Full Trust.
The exception appears to be thrown by one of my third party components.
I've modified my web.config file to include the <trust level="full" /> tag,
with no effect.
What am I missing here? I have complete control of the laptop, so I can
adjust pretty much whatever settings need to be adjusted.
laptops (they run a localized IIS). I've been doing this for years without
and issue.
Today I attempted to install this application on a laptop that belonged to a
contractor (i.e. not supplied by us). I brought it onto the domain,
installed what I needed to, and everything seemed fine.
However, when I run the app (i.e. access the default.aspx page via IE), I
get a Security Exception - Your Application Is Not Running With Full Trust.
The exception appears to be thrown by one of my third party components.
I've modified my web.config file to include the <trust level="full" /> tag,
with no effect.
What am I missing here? I have complete control of the laptop, so I can
adjust pretty much whatever settings need to be adjusted.