locopon wrote
It seems to be a problem with your IIS configuration or your browser configuration. The editor is just html+javascript.
You said you was receiving an access denied error. I then asked you about what file was being giving that error because if it is an html file, your problem is that your server is not giving you access to that file (Maybe lost permissions when moving/copying folders). Be sure all files inside your folder have correct permissions (all files in your DNN instance folder)
If the error is and ASPX file, then we need more information.
Have your tried from other browser? (Just to see if the problem is not browser related)
I thought for sure that you had something with the permissions idea, but after resetting the permissions on that directory and recycling the App Pool, nothing has changed. :(
I would prefer to not give you the URL over this public forum, but the URL that is being denied is similar to:
http://www.somedomain.com/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/fckeditor.html?InstanceName=dnn_ctr123_Forum_PostEdit_teContent_teContent&Toolbar=DNNDefault
As I was writing this line to tell you that I was going to check the IIS config, I remembered something I did to the IIS config that could certainly be the issue.
We used to have some static HTML pages on the root of our site that gave information on our site's purpose and so on, prior to the site going live. Since then, the search engines still have those static HTML pages in their index. In order to prevent broken inbound links from search engines, I have placed URL rewrite rules for those pages. However, in order for those pages to be processed by ASP.Net, I had to change the IIS config to process HTML files using the ASPX handler. (I know, this is not necessarily a good thing.)
I am going to play with that setting right now to see if it is the culprit. If it is, I will come up with a different workaround. Do you know of any reason off-hand why this might be the problem?
Thank you so much for your help!