« Previous Next »

Thread: IIS7, fckeditor and asp

Last post 01-12-2009 7:03 PM by CarlosAg. 4 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (5 items)

Sort Posts:

  • 01-12-2009, 8:57 AM

    • draka80
    • Not Ranked
    • Joined on 01-12-2009, 1:49 PM
    • Posts 2

    IIS7, fckeditor and asp

    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

  • 01-12-2009, 8:59 AM In reply to

    Re: IIS7, fckeditor and asp

    I'm not sure about the editor app, but the error msgs is saying 'directory browsing not allowed', is it enable at the folder or ?

    Cheers,
    Bernard Cheah
  • 01-12-2009, 9:14 AM In reply to

    • draka80
    • Not Ranked
    • Joined on 01-12-2009, 1:49 PM
    • Posts 2

    Re: IIS7, fckeditor and asp

    Hi,

    thanks for the fast answer.

    Yes, it says that directory browsing is disabled, but if I enable it, I receive the list of files in it instead of the fckeditor.html page...

  • 01-12-2009, 9:16 AM In reply to

    Re: IIS7, fckeditor and asp

    Err. well, that's what the editor complains about.. again.. not sure what exactlly needed by the app. You might want to check with the vendor or developers of the app and see if it supports running on IIS7 and does it required any special config.

    Cheers,
    Bernard Cheah
  • 01-12-2009, 7:03 PM In reply to

    Re: IIS7, fckeditor and asp

    Could it be that you just need to add the fckeditor.html as a Default Document?

    I am not familiar with what fckeditor.html is, but if the request ended up to the folder then probably need the default document instead of the directory browsing.

Page 1 of 1 (5 items)
Microsoft Communities