﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2153	add web.config to avoid errors in themed aspnet pages	Mihai Drebot		"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>"	New Feature	closed	Normal		Server : ASP.Net		wontfix	Discussion HasPatch	dan82pettersson@… skorozsi@…
