We were required to lower .NET trust level for our WEB application using ServiceStack.
However when .NET trust level is set to anything lower than "Full", ServiceStack fails to recognize the license. Here is the stack I got:
LicenseException: This license is invalid. Please see servicestack.net or contact team@servicestack.net for more details. The id for this license is '2771'] ServiceStack.LicenseUtils.RegisterLicense(String licenseKeyText) +781 ServiceStack.Licensing.RegisterLicense(String licenseKeyText) +5
Is there a way to overcome this?