简体   繁体   English

发布后AjaxControlToolkit不起作用。 ASP.net C#

[英]AjaxControlToolkit not working after publish. ASP.net C#

What I found the cause to be is that AjaxControlToolkit works when you have debug = "true" in the compilation tag of the web.config the moment i put debug="false" the control no longer works. 我发现的原因是,当我将debug =“ false”放到web.config的编译标记中,当debug =“ true”时,AjaxControlToolkit可以工作了,该控件不再起作用。 Reading this article http://weblogs.asp.net/scottgu/archive/2006/04/11/Don_1920_t-run-production-ASP.NET-Applications-with-debug_3D001D20_true_1D20_-enabled.aspx I see its not a good thing to leave the debug tag set to true, is there any way this can be fixed. 阅读本文http://weblogs.asp.net/scottgu/archive/2006/04/11/Don_1920_t-run-production-ASP.NET-Applications-with-debug_3D001D20_true_1D20_-enabled.aspx,我认为这不是一件好事将debug标签设置为true,是否有任何方法可以解决。

ajax控制工具包一定存在问题,尝试将其删除并重新添加或创建一个新项目,将文件复制过来并从nuget安装

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM