AJAX.NET 1.0 "Sys未定义" 解决方法
摘要:
按如下片断修改你的web.config文件!1<system.web>2<!--3设置compilationdebug="true"将调试符号插入4已编译的页面中。但由于这会5影响性能,因此只在开发过程中将此值6设置为true。7-->8<compilationdebug="true">9<assemblies>10<addassembly="... 阅读全文
posted @ 2007-04-07 19:42 xh3 阅读(2648) 评论(9) 推荐(0) 编辑