medium-trust
Anonymous type in medium trust, works with Reflection not with Expressions
I\'m doing custom projections on Linq queries in Medium Trust and I get a MethodAccessException or TypeAccessException complaining about reflection and security rights.[详细]
2023-03-28 23:21 分类:问答.Net 3.5 ORM that supports Medium Trust and POCOs
Scenario: I\'m stuck with a shared hosting provider that runs in medium trust and has .Net framework 3.5[详细]
2023-03-17 05:08 分类:问答How to make a DLL optional in a .Net app
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[详细]
2023-03-12 20:39 分类:问答ValueInjecter question
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.[详细]
2023-02-14 07:13 分类:问答Is there a way to simulate medium trust in VS2010
I am loo开发者_开发技巧king for \"easy button\", where I can say run this app under medium trust.Yes,[详细]
2023-02-14 01:03 分类:问答Can a .net webservice be run in a medium trust enviornment
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[详细]
2023-02-08 01:33 分类:问答Modify configuration section programmatically in medium trust
I have a custom ConfigurationSection in my application: public class SettingsSection : ConfigurationSection[详细]
2023-02-07 17:57 分类:问答Can I use NHibernate on GoDaddy?
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)[详细]
2023-02-07 09:19 分类:问答Possible to create a new instance of a type without reflection?
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.[详细]
2023-02-03 23:15 分类:问答What Reflection Permission are allowed in Medium Trust?
I want to ask that which methods/classes are allowed in Medium Trust. For example, whether these methods are allowed?[详细]
2023-02-03 09:25 分类:问答