Cant get Ajax Uploader to work with asp.net 4 and IIS 7

  •  09-17-2010, 7:36 PM

    Cant get Ajax Uploader to work with asp.net 4 and IIS 7

     
      <system.webServer>
        <modules>
          <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
        </modules>
      </system.webServer>
     
    When i try to upload files i get a API pop up with no error info, when file reach 100%
     
    On IIS 6 = no problems
     
    using demo and latest files.
     
    I am also running cuteEditor  without any problems with IIS7 the uploader there works.
     
      <system.webServer>
        <modules>
          <add name="DotNetGallery.UploadModule" type="DotNetGallery.UploadModule,DotNetGallery"/>
        </modules>
      </system.webServer>
     
View Complete Thread