我在https网站的更新面板中有一个表单。由于使用http协议重新加载WebUIValidation.js,因此我在表单提交时遇到错误。包括WebUIValidation.js的最佳做法是什么。
<asp:ScriptManager ID="ScriptManagerNewUpdated" runat="server" EnablePageMethods="true" EnableCdn="true">
<Scripts>
<asp:ScriptReference Path="https://ajax.microsoft.com/ajax/4.0/1/WebForms.js" Assembly="System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Name="WebForms.js" />
<asp:ScriptReference Path="https://ajax.microsoft.com/ajax/4.0/1/MicrosoftAjaxWebForms.js" Assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
Name="MicrosoftAjaxWebForms.js" />
<asp:ScriptReference Path="https://ajax.microsoft.com/ajax/4.0/1/MicrosoftAjax.js" Assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
Name="MicrosoftAjax.js" />
<asp:ScriptReference Name="WebUIValidation.js" Assembly="System.Web" Path="https://ajax.aspnetcdn.com/ajax/4.5.1/1/WebUIValidation.js" />
</Scripts>
</asp:ScriptManager>