#2153: add web.config to avoid errors in themed aspnet pages
---------------------------------+------------------------------------------
 Reporter:  MihaiDrebot          |         Type:  New Feature     
   Status:  reopened             |     Priority:  Normal          
Milestone:                       |    Component:  Server : ASP.Net
  Version:                       |   Resolution:                  
 Keywords:  Discussion HasPatch  |  
---------------------------------+------------------------------------------
Changes (by skorozsi):

 * cc: skoro...@… (added)


Comment:

 > I have tried to add this in a web.config in the fckeditor root folder as
 well as in the fckeditor/editor and the
 fckeditor/editor/filemanager/browser/default folder. But I still get the
 error message. Where am I supposed to put it?

 Hi, a found a solution to this problem: instead of styleSheetTheme="", use
 theme="". Actually I use both, now it works.
 <configuration>
     <system.web>
         <pages styleSheetTheme="" theme=""/>
     </system.web>
 </configuration>

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2153#comment:4>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to