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

 * cc: [EMAIL PROTECTED] (added)


Comment:

 Replying to [ticket:2153 MihaiDrebot]:
 > If you are greeted with the following error when trying to upload files
 using the file manager:
 >
 > Using themed css files requires a header control on the page. (e.g.
 <head runat="server" />).
 >
 > You don't need aspnet themes within the fckeditor folder, so simply add
 a web.config file in the folder, with the following content:
 >
 > <configuration>
 >     <system.web>
 >       <pages styleSheetTheme="">
 >       </pages>
 >     </system.web>
 > </configuration>

 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?

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2153#comment:3>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to