I have a site in IIS 8 that has a .Net Trust Level set to Full. However, after deploying the site from Visual Studio Professional 2012 using Web Deploy, the .Net Trust Level gets set to Medium. This breaks a WCF Service we are using in the site, and causes other errors. Once I change the .Net Trust Level back to Full, the errors are resolved.
Why is MS Deploy setting the .Net Trust Level to Medium?
Is there a setting somewhere to prevent it from doing this?
Thanks...