i host my web site in shared hosting server, this server use the default Medium trust level
When i execute this
ConfigurationDataCollection configurationDatumCollection = new ConfigurationDataCollection().Where(ConfigurationData.Columns.Name, configurationSectionName).Load();
i get this error
That assembly does not allow partially trusted callers.
at SubSonic.ELib3DataProvider.GetReader(QueryCommand qry) at SubSonic.DataService.GetReader(QueryCommand cmd) at SubSonic.Query.ExecuteReader() at SubSonic.AbstractList`2.Load()
How i can solve this?