I've recently downloaded Ajax Control Toolkit to use with my ASP.NET web app. I added the AsyncFileUpload control to a web form but when I try to run the application, I get an error :
"Unknown server tag 'cc1:AsyncFileUpload'."
I have this in the ".aspx" page :
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>