StrataFrame Forum

Deploying application to Partially Trusted environments

http://forum.strataframe.net/Topic5481.aspx

By Charles Thomas Blankenship - 12/28/2006

Has anyone successfully deployed a StrataFrame application to a Partially Trusted environment like the hosting site 1and1 provides?

I'm getting error after error that states "System.Security.SecurityException: That assembly does not allow partially trusted callers."

I solved the problem for the infragistics controls as they ship a specially compiled version that has the AllowPartiallyTrustedCallersAttribute (APTCA) attribute for the assemblies set to True. 

I added the following line of code to StrataFrame Business and DBEngine assemblies (AssemblyInfo.vb) recompiled and the copied the new version up. 

I then added the following lines of code in the BO Library assembly and copied that up as well.  Nuttin doin.  So, I began to wonder if anyone has successfully deployed a StrataFrame application to a Partially Trusted environment and what you had to do to get the job done.

Thanks,

CTBlankenship

By Guillermo Vilas - 1/16/2007

Hi

I use 1and1 as my first Host provider, they not only have partial trust configuration schema they used a whole tight environment that is mostly impossible to develop real world web application without buy a dedicated server (even dotnetnuke is hard to configure, throwing security exception all the time). The project I'm working on will be hosted on another provider for sure.



Just my two cents