Ever get a solution to this? I'm having the exact same issue and can't figure it out...
It works when I run the app in debug-mode (via Visual Studio 2005's virtual development server), but not when I deploy to my IIS server... tho the same files exist in both places...
Re: I can't see the fckeditor on my page
Johny,
Ever get a solution to this? I'm having the exact same issue and can't figure it out...
It works when I run the app in debug-mode (via Visual Studio 2005's virtual development server), but not when I deploy to my IIS server... tho the same files exist in both places...
Re: I can't see the fckeditor on my page
NMind... I finally found it elsewhere in these forums.
http://www.fckeditor.net/forums/viewtopic.php?f=5&t=10826&p=28672&hilit=+deploy#p28672
Other posts about changing the base-path in the .js files, didn't work for me.
My fix had to due with adding:
<add key="FCKeditor:BasePath" value="~/fckeditor/"/>
...to the appsetting's area of the web.config.
Fiiiiinally, it worked!