摘要: 在.Net中,配置文件实际分为了两部分,一部分是配置的实际内容,比如appSettings以及上例中的blog和forum结点;另一部分指定结点的处理程序,这些结点位于configSections结点下面。 也就是说configSections下面是定义了对配置文件中。处了configSections节点意外的节点的处理程序。之所以这样是有原因的,我们都知道在配置文件下面appSettings节点是这样的形式:<addkey="IV"value="kJlv8Uk0BEngaZL4fQGN6A=="/> 而对于system.web节点却比这个要 阅读全文
posted @ 2010-12-29 22:35 雁北飞 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 首先是一个bug的教训客户端代码:$("#send").click(function () {$.ajax({url: "../JqueryAjax/JqueryAjaxServer.aspx",type: 'get',contentType: "application/json; charset=utf-8",dataType: "json",timeout: 30000,data: "{}",success: function (data, textStatus) {alert("success");alert(data.username);},error: function (XMLHt 阅读全文
posted @ 2010-12-29 21:22 雁北飞 阅读(903) 评论(0) 推荐(0) 编辑