Re: UploadModule is not installed in web.config

  •  04-10-2014, 7:24 AM

    Re: UploadModule is not installed in web.config

    Hi Corobori,

     

    Please remove the code below from the <modules>section and add the same one into the <httpModules> section, it will fix this error.

     

    <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/> 

     

    Regards,

     

    Ken 

View Complete Thread