[CLOSED] configuration problem come in!

  1. #1

    [CLOSED] configuration problem come in!



    hi,guys! i missing a configuration problem
    entironment:
    xp sp3,vs 2008,coolite version:0.6.0.7019

    web.config
     <configuration>
    
    
    
        <configSections>
          <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
            <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
              <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
              <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
                <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
                <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
                <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
                <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
    
    
              </sectionGroup>
            </sectionGroup>
          </sectionGroup>
          <section name="coolite" type="Coolite.Ext.Web.GlobalConfig"/>
    
    
        </configSections>
        <coolite cleanResourceUrl="true" gzip="true" scriptAdapter="Ext" renderScripts="true" renderStyles="true" scriptMode="Release" theme="Gray" />
      
        <appSettings/>
        <connectionStrings/>
    coolite version:0.6.0.7019

    preview aspx page:
    problem:

    <TABLE width="100%" bgColor=#ffffcc>
    <TBODY>
    <TR>
    <TD><CODE>line 18:
    line 19: </configSections>
    line 20: <coolite cleanResourceUrl="true" gzip="true" scriptAdapter="Ext" renderScripts="true" renderStyles="true" scriptMode="Release" theme="Gray" />
    line 21:
    line 22: <appSettings/></PRE></CODE></TD></TR></TBODY></TABLE>
  2. #2

    RE: [CLOSED] configuration problem come in!

    Hi,

    the renderScripts and renderStyles can accept the following values: Embedded, File or None

    In your config set - true


  3. #3

    RE: [CLOSED] configuration problem come in!

    Hi supermanok,

    You can probably simplify things by removing almost all of those <coolite> configuration items, or even just removing the complete <coolite> configuration section, because all the values you have set are the default values (except for "theme").


    The <coolite> global config section is only required if you plan to override default properties across your whole application.


    Removing all the properties except for*theme="Gray" should help avoid problems. If you are not using the "Gray" Theme application wide, then you can also remove that property.


    We will be publishing a Web.config/GlobalConfig tutorial soon. I'll keep this thread updated with our progress.*


    Geoffrey McGill
    Founder
  4. #4

    RE: [CLOSED] configuration problem come in!

    thank you
    it's web.config problem.
    very thank you

Similar Threads

  1. [CLOSED] Calendar region configuration
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 26, 2011, 10:20 AM
  2. [CLOSED] Ext.Msg.Show Configuration
    By dtamils in forum 1.x Help
    Replies: 2
    Last Post: Dec 01, 2011, 12:57 PM
  3. HtmlEditor toolbar configuration
    By okutbay in forum 1.x Help
    Replies: 0
    Last Post: May 06, 2010, 8:43 AM
  4. Configuration Error
    By fabiomarcos in forum 1.x Help
    Replies: 5
    Last Post: Feb 09, 2010, 7:21 AM
  5. [CLOSED] DateField - Configuration / Setup
    By stevenoc in forum 1.x Help
    Replies: 17
    Last Post: Oct 27, 2009, 1:08 PM

Posting Permissions