Carlos:

El error que te da es porque estas incluyendo el tag <asp:ScriptManager ...>
en una pagina pero no lo declaras en ninguna parte.
Para mi la mejor opcion es declararlo en el web.config asi lo tenes
disponible en todas las paginas de tu aplicacion.

Lo deberias declarar asi:

<pages>
            <controls>
                <add tagPrefix="asp" namespace="System.Web.UI"
assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>
                <add tagPrefix="asp" namespace="AjaxControlToolkit"
assembly="AjaxControlToolkit"/>

            </controls>
        </pages>

Creo que con el que te marque en rojo es suficiente.
Sino, por las dudas poné los 2 salvo que no tengas en incluida en el Bin la
ddl de AjaxControlToolkit

ESpero te sirva.
Saludos,


2008/11/19 Carlos Marcelo Santos <[EMAIL PROTECTED]>

>  Muchas Gracias por tu atención Leandro.
>
> En el web.config tengo los siguientes tags
>
>
>
>     <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>
>
>
>
> Son los tags que tengo en el web.config que estoy usando en desarrollo.
>
>
>
> ¿Esto es suficiente?
>
>
>
> Un abrazo.
>
>
>
> Carlos Marcelo Santos.
>
>
>
>
>
> *From:* [email protected] [mailto:[EMAIL PROTECTED] *On Behalf Of *Leandro
> Halfon
> *Sent:* Miércoles, 19 de Noviembre de 2008 04:16 p.m.
> *To:* [email protected]
> *Subject:* [puntonet] Deploy de AJAX
>
>
>
> tenes en el web.config o en cada pagina donde lo uses, la referencia a la
> libreria ?
>
> On Wed, Nov 19, 2008 at 5:50 PM, Carlos Marcelo Santos <
> [EMAIL PROTECTED]> wrote:
>
> Hola Lista:
> Estoy desarrollando un sitio con AJAX y tengo problemas al hacer el deploy
> en un server Windows 2008 con IIS6, al invocar la página me da el siguiente
> error:
>
> Etiqueta de servidor 'asp:ScriptManager' desconocida.
>
> De la página
>
> http://www.microsoft.com/downloads/thankyou.aspx?familyId=333325fd-ae52-4e35
> -b531-508d977d32a6&displayLang=en#<http://www.microsoft.com/downloads/thankyou.aspx?familyId=333325fd-ae52-4e35-b531-508d977d32a6&displayLang=en>me
>  bajé el dotNetFx35setup.exe lo ejecuté
> en el servidor y sigo con el mismo problema.
>
> ¿Es correcto lo que me instalé? ¿Me está faltando instalar algo?
>
> Muchas Gracias.
>
> Carlos Marcelo Santos.
>
> No virus found in this outgoing message.
> Checked by AVG.
> Version: 7.5.549 / Virus Database: 270.9.4/1795 - Release Date: 17/11/2008
> 05:24 p.m.
>
>
>
>
> No virus found in this incoming message.
> Checked by AVG.
> Version: 7.5.549 / Virus Database: 270.9.4/1795 - Release Date: 17/11/2008
> 05:24 p.m.
>
> No virus found in this outgoing message.
> Checked by AVG.
> Version: 7.5.549 / Virus Database: 270.9.4/1795 - Release Date: 17/11/2008
> 05:24 p.m.
>

Responder a