On an old site Ive got a Com component from a 3rd party that allows me to save various image types to the hard disk (as well as doing other things).
Having upgraded the whole site to asp.net 2.0 the site gets to where the component is invoked, and throws up an error
"The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. "
I have tried changing the trust level of the component in the config file to no avail.
I cant add the dll to the GAC as it isnt strongly named, and so I cant grant it full trust. (Im reluctant to spend time doing this unless Im sure it would help anyway.)
So, can anyone suggest other things I can try to solve this issue ?
Thanks
K
Having upgraded the whole site to asp.net 2.0 the site gets to where the component is invoked, and throws up an error
"The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. "
I have tried changing the trust level of the component in the config file to no avail.
I cant add the dll to the GAC as it isnt strongly named, and so I cant grant it full trust. (Im reluctant to spend time doing this unless Im sure it would help anyway.)
So, can anyone suggest other things I can try to solve this issue ?
Thanks
K