asp.net4.0在Global中的Application_Start 中直接或间接使用 HttpUtility.UrlEncode等出现异常Response is not available in this context的解决方法
Posted on 2013-08-14 16:54 fochan 阅读(264) 评论(0) 编辑 收藏 举报HttpUtility.HtmlEncode HttpUtility.HtmlDecode HttpUtility.UrlEncode HttpUtility.UrlDecode 也会出现此异常。
这是asp.net的一个bug。
装上 .net4.5即可解决。