Upload module is not installed in Web.Config!

  •  03-01-2009, 7:16 AM

    Upload module is not installed in Web.Config!

    Im getting Upload module is not installed in Web.Config! in production environment. Dev is working fine. I have moved .dll and .lic file and web config contains all required references. I also getting this message in developent when running in debug mode. Please help.
     
     

    <controls>

    <add namespace="CuteWebUI" assembly="CuteWebUI.AjaxUploader" tagPrefix="CuteWebUI"/>
     
    </controls>
     

    <modules>

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

     
    </modules>
     
View Complete Thread