Ajax on IIS error

M

Mickel Kurtis

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
 
M

Mike

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top