问题描述
我有一个在.net 3.5中开发的网站,现在我已经在4.0中更新了同一网站.
(通过在VS 2010中打开)
所有buisinessLogic和代码均可正常运行,但更新至4.0后,Ajax无法在网站上运行.
我尝试使用新的工具包,即AjaxControlToolkit .NET 4,并将标准ScriptManager替换为ToolkitScriptManager
我还删除了web.config并重新配置,但仍然没有成功.
相同的工具包可用于全新的网站,但不适用于现有网站.
请帮助我..我该如何解决此问题.
I Have a website developed in .net 3.5 and now I I Have updated same site in 4.0
(by opening in VS 2010)
all buisinessLogic and code working fine but Ajax is not Working in website after update in to 4.0.
I tried to Use new Toolkit i.e. AjaxControlToolkit .NET 4 and replaced Standard ScriptManager to ToolkitScriptManager
I also Deleted my web.config and re configured but still no success.:(
Same Toolkit Works with fresh new Site but not in Existing site.
Please Help me .. How I can resolve this problem.
Thanks in Advance.
推荐答案
这篇关于从3.5升级到4.0后,Ajax Tookit无法正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!