[CLOSED] EXT is not defined on IIS deployment

  1. #1

    [CLOSED] EXT is not defined on IIS deployment

    Using version 0.8.2.30060

    I have deployed my app to a Windows Server 2008 R2 box (IIS 7.5) and it displays the non Coolite/Ext parts of the page but doesnt draw the Coolite controls. There is an error on the page saying "EXT is undefined"

    I have had a search and added this into my web.config but it doesnt make it work so I removed it.
    from here: http://forums.ext.net/showthread.php...15124-4-1.aspx

    <system.webServer>
    <validation validateIntegratedModeConfiguration="false"/>
        <modules>
            <add name="AjaxRequestModule" preCondition="managedHandler" type="Coolite.Ext.Web.AjaxRequestModule, Coolite.Ext.Web" />
        </modules>
        <handlers>
            <add name="AjaxRequestHandler" verb="*" path="*/coolite.axd" preCondition="integratedMode" type="Coolite.Ext.Web.ResourceManager"/>
        </handlers>
    </system.webServer>
    I guess I'm missing some setting to enable it to work with IIS7.5 but I'm not sure what, any pointers?

    I've attached a sanitised version of our web config for you.

    Edit: This same version of the site was working fine in IIS6

    Cheers
    Attached Files
    Last edited by Daniil; Jan 14, 2011 at 11:16 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please use Fiddler or Firebug and see the response for coolite.axd requests.
    Please post that response
  3. #3
    Hi,

    I'm not too familier with Fiddler but is the attached file what you require?


    Cheers.
    Attached Files
  4. #4
    Hi,

    Here is the text of problem
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: Could not load file or assembly 'stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
    So, try to add required assembly (if reference is added then i guess that the assembly is missed on the server)
    http://social.msdn.microsoft.com/for...-5005b7dc26e0/
  5. #5
    Thanks VLad.

    I just deleted the line from the web.config and all seems to be working fine now

    Cheers
    Last edited by geoffrey.mcgill; Feb 22, 2011 at 1:41 AM.

Similar Threads

  1. [CLOSED] IIS7 deployment
    By farisqadadeh in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 31, 2013, 12:55 PM
  2. Deployment issue
    By Sergio Majocchi in forum 1.x Help
    Replies: 2
    Last Post: Feb 08, 2012, 4:50 AM
  3. Coolite MVC Deployment
    By Mike in forum 1.x Help
    Replies: 4
    Last Post: Oct 20, 2009, 10:17 PM
  4. Deployment problem
    By romeox in forum 1.x Help
    Replies: 0
    Last Post: Jan 20, 2009, 4:17 AM
  5. [CLOSED] Coolite Deployment
    By r_honey in forum 1.x Help
    Replies: 4
    Last Post: Dec 13, 2008, 10:26 AM

Posting Permissions