What do I have to change in my web.config in order to have the new toolkit use the ASP prefix?
I currently have this:
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</controls>
I tried changing the Version and PublicKeyToken but that did not work. I may have had the wrong values when I tried it.
Thanks,
Tim