DMXzone Image Processor Support Product Page

Multiple upload and resizing don't works

Reported 10 Jan 2018 17:25:12
2
have this problem
10 Jan 2018 17:25:12 Luca lucag posted:
Good morning
The multiple upload seems to work (alone), but if I add the image resizing, the operation stops. It seems that I can't open the file for resizing and save. All folders (temporary and destination) have read and write permissions.


The sequence of operations is this:


Thank you
Luca

Replies

Replied 11 Jan 2018 09:51:44
11 Jan 2018 09:51:44 Teodor Kuduschiev replied:
Hello Luca,
this is not the right part of the error message.
Can you please email a link to your site to so i can test this?
Replied 11 Jan 2018 09:58:03
11 Jan 2018 09:58:03 Luca lucag replied:
Hello Teodor, just the time to set up access and forward the credentials
Replied 11 Jan 2018 12:00:12
11 Jan 2018 12:00:12 Teodor Kuduschiev replied:
The actual error returned by your server is:


QuoteDescription: 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.

Exception Details: System.Security.SecurityException: That assembly does not allow partially trusted callers.


The stack:


QuoteSecurityException: That assembly does not allow partially trusted callers.]\r\n ASP.dmxconnectlib_lib_image_sip_aspx.Page_Load(Object sender, EventArgs e) +0\r\n System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51\r\n System.Web.UI.Control.OnLoad(EventArgs e) +95\r\n System.Web.UI.Control.LoadRecursive() +59\r\n System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6712\r\n System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +245\r\n System.Web.UI.Page.ProcessRequest() +72\r\n System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +22\r\n System.Web.UI.Page.ProcessRequest(HttpContext context) +58\r\n ASP.dmxconnectlib_lib_image_sip_aspx.ProcessRequest(HttpContext context) +4\r\n System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +188\r\n System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69


Please contact your server admins and check this with them.
Replied 11 Jan 2018 13:48:23
11 Jan 2018 13:48:23 Luca lucag replied:
Thanks for the quick reply, Teodor.
I hope to solve
Regards
Replied 30 Jan 2018 15:45:04
30 Jan 2018 15:45:04 MX Addict replied:
It seems I have the same problem. Al my upload folders has read/write permissions

See topic: https://www.dmxzone.com/support/23308/topic/63250

My remote server is configured as medium trust and can't be changed (Not allowed by the provider).

When I setup my local server as full trust everything works fine.
When I setup my local server to medium trust I get 500 upload errors.

When I chance this with web.config local everything works fine:

<system.web>
  <securityPolicy>
    <trustLevel name="Full" policyFile="internal"/>
  </securityPolicy>
</system.web>


But when uploading this web.config to remote server I get a 500 upload errors

And again to DMXzone I know this is another technic but with the older PAU and SIP I have no problems at all on remote with medium trust


Reply to this topic