I\'m doing custom projections on Linq queries in Medium Trust and I get a MethodAccessException or TypeAccessException complaining about reflection and security rights.
Scenario: I\'m stuck with a shared hosting provider that runs in medium trust and has .Net framework 3.5
We have an app the requires Full Trust because of a Chilkat .NET 3.5 DLL This has not been a huge issue, however we would like to submit our app to the: Windows Web Applicatio开发者_运维问答n Gallery
After working with AutoMapper I came across ValueInjecter on this site. I am trying it out but I am stuck on what is probably a very simple scenario.
I am loo开发者_开发技巧king for \"easy button\", where I can say run this app under medium trust.Yes,
Can a .net webservice that accepts values -- arrays, strings and returns values like bool and 开发者_高级运维exceptions be run a \"Medium\" trust enviornment (Shared webhosting) -- and be called from
I have a custom ConfigurationSection in my application: public class SettingsSection : ConfigurationSection
A comment from .Net Hosting (Flexible Medium Trust) says. Godaddy is medium trust, which means that u can\'t use stuff like IL emit(Nhiber开发者_开发百科nate needs this for proxying)
I have a function that at the moment takes a Type variable. This function sticks it in a list and such and eventually needs will create a class of that type.
I want to ask that which methods/classes are allowed in Medium Trust. For example, whether these methods are allowed?