06 2012 档案

jquery菜单
摘要:首先把DataTabl中的数据读出来后台private void bind() { BLL.Channel ch = new BLL.Channel(); DataTable dt; string where = ""; dt = ch.GetList(0,2); if (ClassId == 127) { where = "kindid=4 and Parentid=0"; dt = ch... 阅读全文

posted @ 2012-06-28 19:15 Demon Edge 阅读(386) 评论(0) 推荐(0)

关于allowDefinition='MachineToApplication'的错误
摘要:这几天做支付宝接口 ,遇到了“在应用程序级别之外使用注册为 allowDefinition='MachineToApplication' 的节是错误的” 的配置错误,困扰了我好久,在网上看了好多,都没用 …………(很杯具) 这里说下最后的解决办法 <authentication mode="Forms"> 是应用级别的,不能在子目录级别的web.config内 设置,把它放在应用级别的web.config里,在子目录下用<authorization>节来控制访问。即:<system.web> <authorizati 阅读全文

posted @ 2012-06-25 20:16 Demon Edge 阅读(537) 评论(0) 推荐(0)