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
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
>
>
>
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
>
>
>