Re: [ADVANCED-DOTNET] Custom WebControls and CAS

2007-11-16 Thread Peter Ritchie
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

[ADVANCED-DOTNET] Custom WebControls and CAS

2007-11-16 Thread Bill Bassler
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