AYuda, Como hago para que windows server 2003 lea los valores escritos en el Web.config por defecto como el theme, locale, etc.

En Windows server 2003 no esta iterpretando esta configuración

Por lo que por ahora he solucionado esto poniendo en cada página en la etiqueta del script manager todos los atributos como theme, idmode, etc. solo asi funciona.

esto en el web.config. pero no funciona

<coolite ajaxEventUrl=""
    ajaxMethodProxy="Default"
    ajaxViewStateMode="Default"
    cleanResourceUrl="false"
    clientInitAjaxMethods="false"
    gzip="false"
    scriptAdapter="Ext"
    renderScripts="Embedded"
    renderStyles="Embedded"
    resourcePath=""
    scriptMode="Release"
    sourceFormatting="false"
    stateProvider="PostBack"
    theme="Default"
    quickTips="true"
    />
Además he puesto todo lo que me indica en README.txt del instalador
alguien sabe como solucionar esto,!!!


Help, How do I make windows 2003 server read the values written in the default Web.config as theme, locale, etc..

In Windows Server 2003 is not iterpretando this configuration

So for now I solved this by putting each page in the script manager tag all attributes as theme, idmode, etc.. only this way works.

this in the web.config. but not working

<coolite ajaxEventUrl=""
    ajaxMethodProxy="Default"
    ajaxViewStateMode="Default"
    cleanResourceUrl="false"
    clientInitAjaxMethods="false"
    gzip="false"
    scriptAdapter="Ext"
    renderScripts="Embedded"
    renderStyles="Embedded"
    resourcePath=""
    scriptMode="Release"
    sourceFormatting="false"
    stateProvider="PostBack"
    theme="Default"
    quickTips="true"
    />
In addition I have everything I mentioned in the Installer README.txt

someone knows how to solve this!