Error: UploadModule is not installed into web.config

  •  04-23-2009, 4:13 AM

    Error: UploadModule is not installed into web.config

    I've just downloaded this product to evaluate it and I'm running into a problem on my first effort to use it.
     
    I use VS2008 and have a large webapplication solution which is divided into several subprojects. These subprojects live in subdirectories of the main application, and they do not have their own web.config file. Instead they share the web.config file in the root of the webapplication.

    I copied the DLL and LIC files to the \bin directory, and added a reference to the DLL in the subproject where the test page is. 
    I also added the relevant CuteWebUI entries to this single web.config file in the root:
     <add namespace="CuteWebUI" assembly="CuteWebUI.AjaxUploader" tagPrefix="CuteWebUI"/> 
    <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/> 
     
    I created a test upload page in a subproject, and now when trying to run the test page I get the error: "UploadModule is not installed into web.config"
     
    How can I solve this issue? Thanks in advance. 

    Regards, Marja
View Complete Thread