0
kicks
Making WCF work in partial trust
It is really a challenge to make WCF work under partial trust, and especially when you are stuck with a hosting provider that has locked down the allow override option at the Machine.Config level. I had a really tough time plugging my ASPX pages (if I may call this VIEW Provider as in MVC architecture) with WCF Services (called CONTROLLER in MVC terminology ;) ). I hope you find the information handy while trying to deploy a WCF service in Partial Trust.