Ajax on IIS error

Hello, does anyone knows how to configura IIS 6 on Win 2003 Server to run
AJAX??
I´m getting an error on this line.
<asp:ScriptManager ID="ScriptManager1" runat="server">
Unknown label.


Thank you
Mickel Kurtis [ Mo, 28 Januar 2008 17:10 ] [ ID #1917898 ]

Re: Ajax on IIS error

Nothing has to be done.
The tag should look like this:
<asp:ScriptManager ID="ScriptManager1" runat="server" />

or you can have it like this
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScrptManger>

close out the tag. Try that and report back

Mike



"Mickel Kurtis" <mickel [at] goel.com> wrote in message
news:E9A9981C-D126-419E-A990-0FD0E71214E5 [at] microsoft.com...
> Hello, does anyone knows how to configura IIS 6 on Win 2003 Server to run
> AJAX??
> I´m getting an error on this line.
> <asp:ScriptManager ID="ScriptManager1" runat="server">
> Unknown label.
>
>
> Thank you
>
>
>
Mike [ Mo, 28 Januar 2008 20:08 ] [ ID #1917930 ]

RE: Ajax on IIS error

You need to install AJAX extension on your production Server inorder to run
AJAX enabled website on the Server.

Regards,
Manish
www.ComponentOne.com

"Mickel Kurtis" wrote:

> Hello, does anyone knows how to configura IIS 6 on Win 2003 Server to run
> AJAX??
> Im getting an error on this line.
> <asp:ScriptManager ID="ScriptManager1" runat="server">
> Unknown label.
>
>
> Thank you
>
>
>
Manish [ Mo, 28 Januar 2008 20:56 ] [ ID #1917937 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » Ajax on IIS error

Vorheriges Thema: Forms Authentication issue. works in debugger, not live.
Nächstes Thema: Using Excel Interop via VS.NET 2005 to create and save a new Excel