Having defect on ext.net through our website application after running the loadtest

  1. #1

    Having defect on ext.net through our website application after running the loadtest

    Our Website Application UI is created using ext.net . After we run the loadtest on our website we receive the failure on the following Urls of which related to the ext.net extension.

    http://ttac.ir/extjs/ext-all-rtl-deb...xt.axd?v=10712
    http://ttac.ir/extjs/ext-theme-neptu...xt.axd?v=10712
    http://ttac.ir/extjs/resources/ext_t...ptune-all-rtl- debug-embedded-css/ext.axd?v=10712
    http://ttac.ir/extnet/extnet-all-deb...xt.axd?v=10712
    We would appreciate if anyone could give us a hint or any suggestion that would fix these failures throughout our website
  2. #2
    What do you mean under "we receive the failure on the following Urls "? What response for the following urls?
    Did you try CDN mode for resources?
  3. #3
    Hello,

    Do you have the <Handlers> and <Modules> sections configured in the Web.config?

    https://examples3.ext.net/#/Getting_...le_Web.config/

    If using MVC, please ensure you have added the following IgnoreRoute config to your Global.asax. See section VI. MVC Installation Tips of the README.txt document

    https://examples3.ext.net/#/Getting_...uments/README/

    public static void RegisterRoutes(RouteCollection routes)
    {
        // Ignore all ext.axd embedded resource paths
        routes.IgnoreRoute("{extnet-root}/{extnet-file}/ext.axd");
    }
    Hope this helps.
    Geoffrey McGill
    Founder
  4. #4

    Debug mode IE

    Thanks for your response ,
    We've faced another problem , to explore our website in IE our application must be in debug mode , if we exclude this part the login page is not displayed.

    <extnet theme="Neptune" scriptMode="Debug" />

    Whats your suggestion for it?
    Last edited by ashide; Mar 05, 2015 at 8:43 AM.

Similar Threads

  1. New website looks great!
    By jchau in forum Open Discussions
    Replies: 1
    Last Post: Oct 29, 2014, 8:41 PM
  2. [CLOSED] Running an application with a relative address
    By RCN in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 18, 2013, 5:36 PM
  3. ExtJs3. Defect when the upload file
    By andr in forum 1.x Help
    Replies: 0
    Last Post: Nov 09, 2011, 4:08 AM
  4. I want to Use Ext in my website
    By chakravarthios in forum Licensing
    Replies: 10
    Last Post: Nov 10, 2010, 7:59 AM
  5. Error when running a published application
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Nov 18, 2008, 3:22 AM

Tags for this Thread

Posting Permissions