Re: Error on other pages when httpModule is in Web.Config

  •  05-12-2009, 9:32 PM

    Re: Error on other pages when httpModule is in Web.Config

    Hi,
     
    I think I know the reason.
     
    The UploadModule may not compatible with the webservice post mode.
     
    Please try this way at first , we will improve this part soon :
     
    add such appSettings into web.config :
     
    <configuration>
      <appSettings>
     <add key="CuteWebUI.AjaxUploader.RewritePath" value="False" />
     
     
    Regards,
    Terry
     
View Complete Thread