I am developing an asp.net 4.0 website with AjaxControlToolkit version 4.1.51116.0.
The Editor control giving the following JS error while rendering for the first time.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
Timestamp: Fri, 2 Mar 2012 05:00:12 UTC
You'll check if you've got an iframe that is not under your domain. Also check if you need permisson to read/write local disk if you are using an upload control. The access deny error normally raises when you are requesting a resouce without proper permissions.
You may narrow down your issue by placing only one editor control in an empty page, see if the error comes up again.
PassHours
Contributor
4322 Points
736 Posts
AjaxControlToolkit Editor control giving JS Error
Mar 02, 2012 05:27 AM|LINK
Hi
<div id="DescriptionPanel" class="Description">I am developing an asp.net 4.0 website with AjaxControlToolkit version 4.1.51116.0.
The Editor control giving the following JS error while rendering for the first time.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
Timestamp: Fri, 2 Mar 2012 05:00:12 UTC
Message: Access is denied.
Line: 1
Char: 14243
Code: 0
URI: http://localhost/miswebapps/ScriptR
Message: Access is denied.
Line: 1
Char: 14243
Code: 0
URI: http://localhost/miswebapps/ScriptR
Will appreciate any early response.
Regards</div>
We make a living by what we get, but we make a life by what we give.
::: Winston Churchill :::
shanmugamm
Participant
1612 Points
317 Posts
Re: AjaxControlToolkit Editor control giving JS Error
Mar 02, 2012 05:45 AM|LINK
similar question answered in the forum already
http://forums.asp.net/t/1587751.aspx/1
<div sizcache="7" sizset="20">Sometimes, You have to add your website in Trusted Site zone....
Please refer to these entries:
http://blogs.msdn.com/delay/archive/2007/02/05/safely-avoiding-the-access-denied-dialog-how-to-work-around-the-access-denied-cross-domain-iframe-issue-in-the-ajax-control-toolkit.aspx
http://weblogs.asp.net/bleroy/archive/2007/01/31/how-to-work-around-the-quot-access-denied-quot-cross-domain-frame-issue-in-asp-net-ajax-1-0.aspx
</div>http://shanmugam-netguru.blogspot.com
Follow me in Linkedin
PassHours
Contributor
4322 Points
736 Posts
Re: AjaxControlToolkit Editor control giving JS Error
Mar 02, 2012 05:49 AM|LINK
Tried all the above .... nothing worked.
Looking forward to some more suggessations.
We make a living by what we get, but we make a life by what we give.
::: Winston Churchill :::
BU XI - MSFT
All-Star
22367 Points
2704 Posts
Microsoft
Re: AjaxControlToolkit Editor control giving JS Error
Mar 06, 2012 05:41 AM|LINK
Hello
You'll check if you've got an iframe that is not under your domain. Also check if you need permisson to read/write local disk if you are using an upload control. The access deny error normally raises when you are requesting a resouce without proper permissions.
You may narrow down your issue by placing only one editor control in an empty page, see if the error comes up again.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework
chetan.sarod...
All-Star
65729 Points
11138 Posts
Re: AjaxControlToolkit Editor control giving JS Error
Mar 07, 2012 02:05 AM|LINK
I had a similar problem but was able to resolve by granting full rights to the "Temporary ASP.NET Files" folder for my impersonation identity.
Refer my reply http://forums.asp.net/t/1587751.aspx/1
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.