[CLOSED] ext.net controls not working in Internet Explorer after deployment on server?

Page 1 of 2 12 LastLast
  1. #1

    [CLOSED] ext.net controls not working in Internet Explorer after deployment on server?

    Hi, i have already asked about this in http://forums.ext.net/showthread.php?27186 http://forums.ext.net/showthread.php...880#post121880
    but my problem still not resolved. Ext.net controls are not rendering in Internet Explorer? I am giving you a live link to reproduce problem here is the link
    https://eimpact.insightresults.com/e...NJgEuRiCinMFeY
    UserID- iruser
    Password- IR@1234
    after login please click on Tab 'Unit 101' it will take around 5-6 sec to load ext.net Page. this page is working fine in Firefox/chrome.
    Last edited by Daniil; Feb 27, 2014 at 2:44 AM. Reason: [CLOSED]
  2. #2
    Login credentials failed. I wasn't able to login.
    Geoffrey McGill
    Founder
  3. #3
    Unfortunatelly, creadentials are invalid, i cannot login to your application
  4. #4
    Quote Originally Posted by geoffrey.mcgill View Post
    Login credentials failed. I wasn't able to login.
    Hi @geoffrey,
    sorry for wrong credentials. it was misspelled. i corrected it please check again with
    UserID- iruser
    Password- IR@1234
  5. #5
    I guess that you use dynamic compression in IIS 7.5
    Ext.Net compress own resources also. So, i think it is root of IE issues (double compression)

    Please deactivate IIS compression module for ext.axd paths or deactivate Ext.Net compression (GZip="false" for ResourceManager or in web.config in extnet section)
  6. #6
    Quote Originally Posted by Vladimir View Post
    I guess that you use dynamic compression in IIS 7.5
    Ext.Net compress own resources also. So, i think it is root of IE issues (double compression)

    Please deactivate IIS compression module for ext.axd paths or deactivate Ext.Net compression (GZip="false" for ResourceManager or in web.config in extnet section)
    Hi @Vladimir thanks for reply.
    I try as you say but still getting error.
  7. #7
    Can you describe what did you try? Did you try to deactivate IIS compression?
  8. #8
    Quote Originally Posted by Vladimir View Post
    Can you describe what did you try? Did you try to deactivate IIS compression?
    i used this line in my page
    <ext:ResourceManager ID="ResourceManager1" runat="server"  GZip="false"/>
  9. #9
    Well, I guess it is better to set it in web.config. In this case, Ext.Net handler will able to read it.
    So,
    - try to set the setting in web.config (please ensure that extnet section is properly configured in web.config, see https://examples2.ext.net/#/Getting_...tion/Overview/)
    <extnet gzip="false" />
    - if web.config setting doesn't help you then deactivate IIS compression

    Please note, browser caches ext.net resource, so you need to clear cache before testing
  10. #10
    Quote Originally Posted by Vladimir View Post
    Well, I guess it is better to set it in web.config. In this case, Ext.Net handler will able to read it.
    So,
    - try to set the setting in web.config (please ensure that extnet section is properly configured in web.config, see https://examples2.ext.net/#/Getting_...tion/Overview/)
    <extnet gzip="false" />
    - if web.config setting doesn't help you then deactivate IIS compression

    Please note, browser caches ext.net resource, so you need to clear cache before testing
    thanks a lot @Vladimir, finally it works. Can you suggest me where i can find list of attribute of <extnet> tag in webconfig. like gzip="false".
    please close this issue.
Page 1 of 2 12 LastLast

Similar Threads

  1. [CLOSED] ext.net controls not working after deployment on server?
    By aditya in forum 2.x Legacy Premium Help
    Replies: 18
    Last Post: Nov 16, 2013, 9:39 AM
  2. [CLOSED] Controls not visible under Internet Explorer
    By pk.net in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Jul 15, 2013, 12:34 PM
  3. Zoom out Button not working internet explorer
    By polen18 in forum 2.x Help
    Replies: 0
    Last Post: Mar 27, 2013, 1:20 PM
  4. Replies: 4
    Last Post: Oct 03, 2012, 12:50 PM
  5. Replies: 2
    Last Post: Oct 21, 2008, 12:52 PM

Tags for this Thread

Posting Permissions