Hi,
Is the AjaxUploader works in IIS 7.0? If it is, could you tell me how to deploy it? All I did is include the line below in the <httpModules> of the web.config file.
<add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader" />
I also added this same line in the <modules> under <system.webServer>.
Please help!!!
Thanks.