Hi all,
I'm trying to use fckeditor (a html wyiswyg editor) with classic asp on an IIS7 environment. The problem is not specific to fckeditor but I think it's involving some iis7 configuration.
To load the editor, the url is like this one:
http://www.domain.com/fckeditor/editor/fckeditor.html?InstanceName=Testo&Toolbar=Default
as you can see there's an html page with a query string. Calling this page gives a 403.14 error, telling that there's no default document configured for that directory. But looking at the error log, I see that the real requested url was:
http://www.domain.com/fckeditor/editor/?InstanceName=Testo&Toolbar=Default
the "fckeditor.html" part of the url was cut. Giving that file as default document doesn't solve the problem, as it gives other errors regarding the editor itself.
I think that maybe iis7 doesn't accept query strings with html files...
Can anyone help?
Thanks