I've been going over my code for hours and I can't figure out why I can't see my file system, but I can't, with either images or linking.
Here are my specs:
-- Windows Vista Ultimate
-- IIS 7.0
-- FredCK.FCKeditorV2.dll installed in /bin of web site
-- Dev server root URL: http://localhost:53441/PrintingWebNew/
-- web.config appSetting:
<add key="FCKeditor:UserFilesPath" value="/PrintingWebNew/images/prodImages" /> <add key="FCKeditor:BasePath" value="/PrintingWebNew/fckeditor/editor/" />
-- fckconfig.js settings:
FCKConfig.BaseHref = '/PrintingWebNew/' ; ... var _FileBrowserLanguage = 'aspx' ; var _QuickUploadLanguage = 'aspx' ;
-- path to aspx file:
C:\inetpub\wwwroot\PrintingWebNew\fckeditor\editor\filemanager\browser\default\connectors\aspx
The editing feature works fine, it's just that I can't view any files or images. Any help would be appreciated.
Thanks,
Kwilder
Re: ASP.NET Browse server problem...
The browse page was just showing "/" but no files, then I figured it out that it's pointing to the "FCKeditor:UserFilesPath" in the appSettings section as "/". I assumed that the "/" was looking at the root of the web site, I was wrong. I wonder how many others have made this mistake.
So I at least know how this works, although I don't know how I can link to another page on the site above the "/".
Thanks.