Re: Cute editor is not working

  •  11-28-2009, 4:11 AM

    Re: Cute editor is not working

    Thanks for reply..
     
    I couldnt use following codes in web.config file.
     
    <configuration>
      <system.web>
        <httpModules>
          <add name="CuteEditor.UploadModule" type="CuteEditor.UploadModule,CuteEditor"/>
         </httpModules>
      </system.web>
    </configuration>
     
     
    After adding this code it gave 505 error while browsing.. So i deleted the code.. Is ther any solution ? Plse reply.. 
View Complete Thread