You must Sign In to post a response.
  • Category: .NET

    Unable to access application outside domain

    Hi Everyone,

    I am having an error (Cannot Set Property 'scriptsFailed' of undefined) which has to do with the webresource.axd when I access my application from outside our domain. I have no errors when running the app inside out domain.

    Please tell me why such issue is facing,is there any missing configuration or anything else?

    Thanks in advance.

    Aaditya
  • #768538
    basically any script will be accessed and executed by browser itself you need to allow cross domain access for the scripts
    see below steps
    open InternetExplorer -> Tools menu -> InternetOptions -> security tab -> custom level button -> go to miscellaneous section -> Enable Access data sources across domains
    now click on Apply and ok.
    restart the browser and see if it works

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]

  • #768558
    Hi Prasad kulkarni,

    What about if application is accessing using chrome browser?

    Also again i want to clear my scenario that my application is working fine using URL but if same is accessing using fortinet vpn then below error is showing

    Uncaught Error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed.
    at Function.Error$create [as create] (ScriptResource.axd?d=oQqOfF8stpFB4fbT_Vauz4aqEOcRmx1U9fkaootpYVOQezRNmSgB6KpHtIYJWwUFzm9qiDRcXMMmVV…:237)
    at Sys$WebForms$PageRequestManager$_createPageRequestManagerParserError [as _createPageRequestManagerParserError] (ScriptResource.axd?d=44fsL0szaGUBc9Dkq8s40GloBZA1rDgv1VJqc9HkEzHj6cFPmmwJ81CaIdGs9pVzKQxiJLgaM2kMKs…:665)
    at Sys$WebForms$PageRequestManager$_parseDelta [as _parseDelta] (ScriptResource.axd?d=44fsL0szaGUBc9Dkq8s40GloBZA1rDgv1VJqc9HkEzHj6cFPmmwJ81CaIdGs9pVzKQxiJLgaM2kMKs…:1435)
    at Sys$WebForms$PageRequestManager$_onFormSubmitCompleted [as _onFormSubmitCompleted] (ScriptResource.axd?d=44fsL0szaGUBc9Dkq8s40GloBZA1rDgv1VJqc9HkEzHj6cFPmmwJ81CaIdGs9pVzKQxiJLgaM2kMKs…:1314)
    at Array.<anonymous> (ScriptResource.axd?d=oQqOfF8stpFB4fbT_Vauz4aqEOcRmx1U9fkaootpYVOQezRNmSgB6KpHtIYJWwUFzm9qiDRcXMMmVV…:47)
    at ScriptResource.axd?d=oQqOfF8stpFB4fbT_Vauz4aqEOcRmx1U9fkaootpYVOQezRNmSgB6KpHtIYJWwUFzm9qiDRcXMMmVV…:3484
    at Sys$Net$WebRequest$completed [as completed] (ScriptResource.axd?d=oQqOfF8stpFB4fbT_Vauz4aqEOcRmx1U9fkaootpYVOQezRNmSgB6KpHtIYJWwUFzm9qiDRcXMMmVV…:6376)
    at XMLHttpRequest.Sys$Net$XMLHttpExecutor._onReadyStateChange (ScriptResource.axd?d=oQqOfF8stpFB4fbT_Vauz4aqEOcRmx1U9fkaootpYVOQezRNmSgB6KpHtIYJWwUFzm9qiDRcXMMmVV…:5996)

    What is exact issue and solution for that?

    Thanks
    Aaditya

  • #768564
    I think the error you face is due to the some Response.Write commands at Master Page of the website (code behind). or Update panel issue ?
    Please post your code and highlight which line of code gives you error
    so that we can help you to sort out your error

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]


  • Sign In to post your comments