I am using a wcf service which runs fine until I try to DLLImport a dll and run one of its function. The exception message is 'Access is denied.'. See server logs for more details. How do I access the server logs on Winhost? Btw, it works totally fine on my localhost
I have solved this security problem by increasing the trust level. However, I cannot get the DLLimport to work at all. I am getting unable to load dll error messages, even for a simple example I created with no dependency at all. Can anybody help?