AJAX: Unknown server tag 'asp:ScriptManager'
add the <Pages>...</Pages> given in the frist post above to <System.Web> element in the web.config.
something like this:

..
<System.Web>







<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</controls>
</pages>
</System.Web>

喜欢请赞赏一下啦^_^赞赏后请加wx:weyocul,相关文章提到的的安装包稍后给到哦!没有收到赞赏直接加我的,直接无视哈!

浙公网安备 33010602011771号