I think it's pretty common in shared hosting environments that ASP.NET is
not running with Full Trust. GoDaddy.com, for example; I believe doesn't
let it's user's sites run with Full Trust. I don't know what its policy
settings are with regard to AspNetHostingPermission though...
AspNetHostingPe
I often see the MSDN ASP.NET webcontrol samples that include the following
CAS class declaration.
[AspNetHostingPermission(SecurityAction.LinkDemand, Level =
AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level =
AspNetHostingPermissionLevel.Minim