about cookie
摘要:if (context.Response.Cookies["abcc"] != null) { context.Response.Cookies.Remove("abc"); }上面的那个cookie 永远都不会返回null,, 随便写个key都可以返回对象,只是value="".有待研究。
阅读全文
posted @
2011-05-12 12:27
myuser
阅读(148)
推荐(0)
web报错Could not load file or assembly or one of its dependencies. Access is denied.
摘要:Could not load file or assembly or one of its dependencies. Access is denied.<httpModules> <!--ajax异步调用组件--> <add name="NonstaticPageMethodModule" type="NonstaticPageMethod.PageMethodModule, NonstaticPageMethod"/> <add name="ScriptModule" type="
阅读全文
posted @
2011-05-12 12:24
myuser
阅读(607)
推荐(0)