摘要: A low-level Look at the ASP.NET ArchitectureGetting Low LevelThis article looks at how Web requests flow through the ASP.NET framework from a very low level perspective, from Web Server, through ISAPI... 阅读全文
posted @ 2009-08-16 22:47 Liu Jian 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 加载.NET-(稍微有点神秘) 让我们回到之前略过的一个话题:当请求到达时,.NET运行时是如何被加载的。具体在哪里加载的,这是比较模糊的。关于这个处理过程,我没有找到相关的文档,由于我们现在讨论的是本地代码,所以通过反编译ISAPI DLL文件并把它描述出来显得不太容易。 最佳猜测是,在ISAPI扩展里,当第一个请求命中一个ASP.NET的映射扩展时,工作线程就会引导.NET运行时启动。一旦运行... 阅读全文
posted @ 2009-08-16 22:26 Liu Jian 阅读(507) 评论(2) 推荐(0) 编辑