Re: Error when installaing ajax uploader!

  •  12-02-2008, 10:37 AM

    Re: Error when installaing ajax uploader!

    Hi cassini,
     
    Do you Use the integration mode of your application pool? If so, please move the
     
    <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
     
    to
     
    <system.webServer>
          <modules>
        </modules>
    </system.webServer>
     
    If you still have this issue, please create an example can reproduce this iuuse and send it to me.
     
     
     
    Regards,
     
    Ken
View Complete Thread