Posted by Pilot 2 years 17 weeks ago
Hi,
My host recently made their environment(asp.net) run under a medium trust level. I was forcing the trust level by incorporating the following into my code:
<trust level="Full" />
and DA was working just fine. Since they made their change, nothing works. What changes do I need to make inorder to get DA working again?
Thank You!




Posted by catchytech 2 years ago
I don't know about DA but usually hosting companies don't let you use full trust level, they set it to medium (in machine.config) and don't let you override the setting (in web.config).
So the only thing you can do is ask your hosting to make custom trust.
Lev
http://www.CatchyTech.com