上一页 1 ··· 159 160 161 162 163 164 165 166 167 ··· 400 下一页
摘要: HttpContext.Current.User is null even though Windows Authentication is on The answer to of moving the Application Pool back to classical is just delay 阅读全文
posted @ 2020-07-22 20:02 ChuckLu 阅读(267) 评论(0) 推荐(0)
摘要: When should the volatile keyword be used in C#? I don't think there's a better person to answer this than Eric Lippert (emphasis in the original): In 阅读全文
posted @ 2020-07-22 19:53 ChuckLu 阅读(286) 评论(1) 推荐(0)
摘要: HttpApplicationState.Remove(String) Method // System.Web.HttpApplicationState /// <summary>Removes the named object from an <see cref="T:System.Web.Ht 阅读全文
posted @ 2020-07-22 19:45 ChuckLu 阅读(148) 评论(0) 推荐(0)
摘要: Detailed ASP.NET MVC Pipeline ASP.NET MVC is an open source framework built on the top of Microsoft .NET Framework to develop the web application that 阅读全文
posted @ 2020-07-20 12:55 ChuckLu 阅读(207) 评论(0) 推荐(0)
摘要: 每个module的作用不同,会分别注册到所需要处理的事件。 事件本身的处理顺序是由pipeline决定的,如果多个module注册了同一个事件,触发的顺序按照注册事件的先后顺序来。注册的顺序,是由module的配置决定的。 C:\Windows\System32\inetsrv\config\app 阅读全文
posted @ 2020-07-19 00:17 ChuckLu 阅读(346) 评论(0) 推荐(0)
摘要: Life Cycle Stages The following table lists the stages of the ASP.NET application life cycle with Integrated mode in IIS 7.0. 1.A request is made for 阅读全文
posted @ 2020-07-18 22:59 ChuckLu 阅读(239) 评论(0) 推荐(0)
摘要: HTTPModule Event Execution Order? Does anyone know of a site or page, or know the order of execution for the events of the HTTPApplication class for H 阅读全文
posted @ 2020-07-17 22:14 ChuckLu 阅读(156) 评论(0) 推荐(0)
摘要: HttpModule的认识与深入理解 一个HTTP请求在HttpModule容器的传递过程中,会在某一时刻(ResolveRequestCache事件)将这个HTTP请求传递给HttpHandler容器。在这个事件之后,HttpModule容器会建立一个HttpHandler的入口实例,但是此时并没 阅读全文
posted @ 2020-07-17 20:31 ChuckLu 阅读(224) 评论(0) 推荐(0)
摘要: ASP.NET底层与各个组件的初步认识与理解 汇总 ASP.NET是一个非常强大的构建Web应用的平台,它提供了极大的灵活性和能力以致于可以用它来构建所有类型的Web应用,作为asp.Net程序员,应该更深了解一下其工作原理. 这段时间在国外国内的网进行查证与理解进行总结, 收集整理且当程序代码成长 阅读全文
posted @ 2020-07-17 20:29 ChuckLu 阅读(198) 评论(0) 推荐(0)
摘要: HttpRuntime的认识与加深理解 下面最先介绍HttpRuntime的Web.config里的配置 <httpRuntime executionTimeout = "number" maxRequestLength = "number" requestLengthDiskThreshold = 阅读全文
posted @ 2020-07-17 20:23 ChuckLu 阅读(1065) 评论(0) 推荐(0)
上一页 1 ··· 159 160 161 162 163 164 165 166 167 ··· 400 下一页