All,
I finally figured it out (with the help of a previous post - thanks Joachim). You have to add the following statement to your web.config file.
<appSettings> <add key="FCKeditor:BasePath" value="~/FCKeditor/" /> </appSettings>