[CLOSED] Ext.Net 1.0 using II 7.0 Integrated Mode.

  1. #1

    [CLOSED] Ext.Net 1.0 using II 7.0 Integrated Mode.

    Hello,

    I'm having problem running Coolite 1.0 on IIS 7.0 Integrated Mode. When I change it to Classic it works fine. Please if I can get some help.

  2. #2

    RE: [CLOSED] Ext.Net 1.0 using II 7.0 Integrated Mode.

    I forgot to add what I have in my Web.config


    
      <system.webServer>
        <validation validateIntegratedModeConfiguration="false"/>
        <modules>
          <remove name="ScriptModule"/>
          <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
          <add name="DirectRequestModule" preCondition="managedHandler" type="Ext.Net.DirectRequestModule, Ext.Net" />
        </modules>
        <handlers>
          <remove name="WebServiceHandlerFactory-Integrated"/>
          <remove name="ScriptHandlerFactory"/>
          <remove name="ScriptHandlerFactoryAppServices"/>
          <remove name="ScriptResource"/>
          <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
          <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
          <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
          <add name="DirectRequestHandler" verb="*" path="*/ext.axd" preCondition="integratedMode" type="Ext.Net.ResourceManager" />
        </handlers>
      </system.webServer>

  3. #3

    RE: [CLOSED] Ext.Net 1.0 using II 7.0 Integrated Mode.

    Hi,

    Please modify web.config as in the following post
    http://forums.ext.net/showthread.php?postid=15602.aspx
  4. #4

    RE: [CLOSED] Ext.Net 1.0 using II 7.0 Integrated Mode.

    I did but that is for 0.8.2 does not work for 1.0.
  5. #5

    RE: [CLOSED] Ext.Net 1.0 using II 7.0 Integrated Mode.

    Hi,

    Please see readme.txt from 1.0 distributive, it contains web.config description
    <system.webServer>
            <validation validateIntegratedModeConfiguration="false"/>
            <modules>
                <add 
                    name="DirectRequestModule" 
                    preCondition="managedHandler" 
                    type="Ext.Net.DirectRequestModule, Ext.Net" 
                    />
            </modules>
            <handlers>
                <add 
                    name="DirectRequestHandler" 
                    verb="*" 
                    path="*/ext.axd" 
                    preCondition="integratedMode" 
                    type="Ext.Net.ResourceHandler"
                    />
            </handlers>
        </system.webServer>
  6. #6

    RE: [CLOSED] Ext.Net 1.0 using II 7.0 Integrated Mode.

    Thanks Vlad,

    My Mistake.

Similar Threads

  1. Integrated tabpanel
    By oscar_nadie in forum 1.x Help
    Replies: 2
    Last Post: Apr 26, 2011, 1:54 PM
  2. [CLOSED] IE compatibility mode
    By RomualdAwessou in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 14, 2010, 7:55 PM
  3. [CLOSED] ID Mode for just one Control
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Jan 06, 2010, 3:46 AM
  4. [CLOSED] Coolite in IIS 7 Integrated Mode
    By jsemple in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 05, 2009, 4:09 PM
  5. [CLOSED] intellisense and debug mode.
    By pkellner in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Sep 29, 2008, 4:34 PM

Posting Permissions