EXT.AXD Problem

  1. #1

    EXT.AXD Problem

    Dear,

    Please not that I have a problem in loading my EXT.NET application , in which sometime the application is not logged in successfully.

    and all EXT.net components are not displayed also, noting that when refreshing browser tab the application will login successfully and display all components also.


    the Error displayed when the system isn't worked is:

    .NET:: ERR_ABORTED 500

    Please check the attached screenshots.

    Can you help me please?

    Click image for larger version. 

Name:	EXT Error.jpg 
Views:	97 
Size:	34.9 KB 
ID:	25517
    Click image for larger version. 

Name:	EXT Problem.jpg 
Views:	93 
Size:	54.8 KB 
ID:	25519
    Regards,
  2. #2
    Hello @Geovision!

    It seems the problem happens to fetch the init-script. This is unique code created every page load with the actual generated Ext.NET to Ext JS code.

    You should look at IIS error logs to see if it has any information on what exactly is that 500 error. The 500 HTTP response means "internal server error" and that can be a lot of things. Looking at the IIS logs might give you a hold of what's breaking in your application during the request.

    Are you able to reproduce this on debugging environment, or production only? If you can reproduce this locally then letting the application stop to report where it broke might reveal you even further information like the context where it was running, etc.

    Notice this init-script is generated on page load, then a unique identifier is returned as the URL you're getting error 500 from. So for some reason the session is corrupting between the page request and init script request. This may happen, for instance, if you run Ext.NET on a distributed IIS environment and the session is not properly propagated -- or propagates slower than the client loads the initial page + requests the init script.

    As you can see, there's a lot of possibilities involved, and it would take investigation on your specific IIS setup; the answer, again, should be in IIS logs.

    This thread might add a little insight on a similar problem: Error 500 on the major page include when InitScriptMode="Linked" in the ResourceManager.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hello,

    the problem appears only on Client production environment, and it is not appearing on debugging environment.
    So I will check as mentioned the IIS logs and then feedback you.

    Thank you.

Similar Threads

  1. Ext.Net MVC could not find Ext.axd 404 on IIS
    By somidata in forum 2.x Help
    Replies: 1
    Last Post: Jun 27, 2013, 4:07 PM
  2. [CLOSED] [1.0] - Problem with Chrome and axd
    By FVNoel in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 13, 2013, 4:17 PM
  3. [CLOSED] Question about WebResource.axd vs Ext.axd
    By anup in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 27, 2012, 9:42 PM
  4. [CLOSED] WebResource.axd instead of ext.axd, v1.0
    By chafikb in forum 1.x Legacy Premium Help
    Replies: 16
    Last Post: May 31, 2012, 11:19 AM
  5. [CLOSED] WebResource.axd being used for CSS instead of ext.axd
    By bsnezw in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: May 19, 2011, 1:31 PM

Posting Permissions