Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经开发并上传了一个网站,它是 asp.net 3.5,我在其中使用了 ajax 选项卡控件,我想知道 asp.net 3.5 主机是否与 asp.net 3.5 ajax 主机不同?如果这两个不同,我是否需要在 asp.net 3.5 ajax 主机上上传该站点?请帮忙 !
它们是相同的,如果您使用 ajax,则 asp.net 3.5 不需要任何区别。
有时,宿主面板让您可以选择在可用的 ASP.NET 框架之间切换,请确保您已在其 ASP.NET 设置中选择了 2.0 框架,因为 Ajax 3.5 作为它的扩展工作。这就是你必须关心的。