Re: browse window not coming up when control is deployed online

  •  01-02-2014, 7:42 AM

    Re: browse window not coming up when control is deployed online

    Hi rxraza,

     

    Can you try the integrated mode section too? I have explained in the last reply, you are using the wrong section.

     

    IIS Integrated mode

    <configuration>
      <system.webServer>
        <modules>
          <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
        </modules>
      </system.webServer>

    </configuration>

     

    Regards,

     

    Ken 

View Complete Thread