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>
<
add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
</modules>