HI,
I am getting an Access denied error, if I use AJAX in ASPX page..
intially I got Javascript window ( Do you wish to debug..) When I said 'Yes' it showed me the code below..
//------------------
// Copyright (C) Microsoft Corporation. All rights reserved.
//------------------
// MicrosoftAjax.js
Function.__typeName="Function";Function.__class=true;Function.createCallback=..................
........................
g=e.screenLeft-top.screenLeft-top.document.documentElement.scrollLeft+2 ------ its showing error at this point..
What is the solution for this?
Thanks
Try to disable the javascript debugging. See what happens then
Configure AJAX properly
http://www.asp.net/AJAX/Documentation/Live/ConfiguringASPNETAJAX.aspx
Hiasppick,
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
Hope this helps.
No comments:
Post a Comment