RADEditor Permission denied issue.
May 27th, 2008 — ¥ong¥sI recently got chance to work on RadEditor control. It works fine in my local development environment. However, where I try to deploy the my application in to win2003 server. It give me permission error. Here are the details error happened to me.
3. Show permission denied
4. Debug the javascript and getting permission denied error.
Appreciate if anyone come across the same issue and point out the hints!
Update 2 June 2008
- I found that there my master page contains some CSS that cause the error:
<!–[if IE]>
<style type=”text/css” media=”screen”>
#menu ul li {float: left; width: 100%;}
body {
behavior: url(<http://www.mysite.com/css/csshover2.htc);
font-size: 100%;
}
</style>
<![endif]–>
This also explain why it only happen in IE browser. But the funny thing is this simple script can cause radEditor become malfunction and it only happen in certain conditions.



