APS.NET AJAX: UpdateProgress not working on the server?

Discussion in 'ASP.NET 2.0' started by cragi, Dec 18, 2006.

  1. Hi everyone,

    I've got AJAX working on the server now with many AJAX controls, but when I recently tried to add 'updateprogress', I can only get it to function locally on my computer. Any suggestions? I'm using the 'asp' tagprefix throughout the same page with no problems there.

    Parser Error Message: Unknown server tag 'asp:UpdateProgress'.
     
  2. That should be an error indicating the DLLs or web.config settings are not correct.
     

Share This Page