Using Chilkat .NET Assembly on Shared Hosting (Plesk, such as GoDaddy)
Full trust is needed to use the Chilkat .NET assembly on a Windows shared hosting platform, such as GoDaddy, where Plesk is used.
To enable full trust, add the following to your web.config:
<system.web>
...
<trust level="Full" />
...
</system.web>
admin
0
Tags :