http://localhost:53441/PrintingWebNew/
<add key="FCKeditor:UserFilesPath" value="/PrintingWebNew/images/prodImages" /> <add key="FCKeditor:BasePath" value="/PrintingWebNew/fckeditor/editor/" />
FCKConfig.BaseHref = '/PrintingWebNew/' ; ... var _FileBrowserLanguage = 'aspx' ; var _QuickUploadLanguage = 'aspx' ;
C:\inetpub\wwwroot\PrintingWebNew\fckeditor\editor\filemanager\browser\default\connectors\aspx

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.