The docs suggest it is possible to use the Uploader in medium trust if the dll is in the GAC, but...
I'm trying to run my ASP.NET 2.0 application in medium trust. I can do that with just about all the controls if the dll is in the bin folder. I got permission to add the Telerik.Web.UI.dll to the GAC, which I did. I then killed the asp.net work process, cleared the temp folder, removed the dll from the bin and compile referencing the dll in C:\program files\etc..\ It compiles.
Now I'm getting CAS permissions error, like when the ScriptManager tried to access "system.web/httpHandlers".
From the source code, it looks like Telerik doesn't Assert required permissions when called by a partially trusted caller. I got past the above, and then ran into another one, etc.
Am I doing something wrong in my configuration or is this just a CAS bug?
Are there any things I need to do different when the telerik controls work when they are in the GAC?
Thanks,
Matthew Martin
I'm trying to run my ASP.NET 2.0 application in medium trust. I can do that with just about all the controls if the dll is in the bin folder. I got permission to add the Telerik.Web.UI.dll to the GAC, which I did. I then killed the asp.net work process, cleared the temp folder, removed the dll from the bin and compile referencing the dll in C:\program files\etc..\ It compiles.
Now I'm getting CAS permissions error, like when the ScriptManager tried to access "system.web/httpHandlers".
From the source code, it looks like Telerik doesn't Assert required permissions when called by a partially trusted caller. I got past the above, and then ran into another one, etc.
Am I doing something wrong in my configuration or is this just a CAS bug?
Are there any things I need to do different when the telerik controls work when they are in the GAC?
Thanks,
Matthew Martin