about cookie
摘要:if (context.Response.Cookies["abcc"] != null) { context.Response.Cookies.Remove("abc"); }上面的那个cookie 永远都不会返回null,, 随便写个key都可以返回对象,只是value="".有待研究。
阅读全文
posted @
2011-05-12 12:27
myuser
阅读(147)
推荐(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
阅读(603)
推荐(0)
ajax错误 Sys.WebForms.PageRequestManagerServerErrorException
摘要:Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0<asp:ScriptManager ID="ScriptManager1" EnableScriptLocalization="True" EnablePartialRendering="false&q
阅读全文
posted @
2010-10-22 17:23
myuser
阅读(348)
推荐(0)
web无法加载资源文件
摘要:Resource interpreted as image but transferred with MIME type text/plain.64位2008部署后访问站点,看不到资源文件。查到原来在web服务的角色中没有勾选静态内容,装了就ok了
阅读全文
posted @
2010-10-12 19:48
myuser
阅读(599)
推荐(1)
反编译工具
摘要:reflector想看更底层的就用vs自带的ildasm
阅读全文
posted @
2010-08-22 23:35
myuser
阅读(98)
推荐(0)