Re: Failed to load resource: the server responded with a status of 500(Internal Server error)

  •  07-24-2012, 4:16 PM

    Re: Failed to load resource: the server responded with a status of 500(Internal Server error)

    try set the license location directly in <appSettings> section of your web.config
     
     <add key="AjaxUploaderLicense" value="~/bin/ajaxuploader.lic" /> 
     
    Regards,
     
    Ken 
View Complete Thread