locked
Access Denied Javascript Error RRS feed

  • Question

  • Hi,

    I have a Sharepoint site from where I am trying to invoke a .NET application hosted under the Default Website. The .NET application uses ajax-enabled telerik controls - when I try accessing my .NET applications, it gives a javascript error stating ACCESS DENIED each time try accessing (hover mouse) on any of the telerik controls.

    Can you please help me with the issue?


    Dex
    Wednesday, June 11, 2008 2:54 PM

Answers

  • this error might be because you are trying to make a cross domain request from the browser which is not permitted by the browser
    the solution could be that you make a proxy and then redirect the request that will not show such a error


    Beni
    • Proposed as answer by Ajay Beni Thursday, June 12, 2008 8:03 AM
    • Marked as answer by jack 321 Monday, June 16, 2008 2:39 AM
    Thursday, June 12, 2008 8:03 AM