有关 Asp.Net 管道和内部请求处理架构的文章/链接

发布于 2024-09-26 10:32:02 字数 284 浏览 3 评论 0原文

我正在寻找有关 ASP.NET 架构内部工作的详细信息。主题需要包括以下内容:

  1. Asp.Net 线程/应用程序池
  2. HttpRuntime
  3. HttpApplication - 何时以及如何发生 设置
  4. HttpContext 是如何设置的
  5. 对象如何沿着 管道使用 HttpContext.Current.Items
  6. 为什么修改static ASP.NET 中的变量需要锁 (高级)
  7. IIS 7 集成模式

I am looking details on the internal working of asp.net architecture. The topics need to include the following:

  1. Asp.Net Thread/Application Pools
  2. HttpRuntime
  3. HttpApplication - When and how it is
    set up
  4. How HttpContext is set up
  5. How objects can passed along the
    pipeline using
    HttpContext.Current.Items
  6. Why does modification of static
    variables requires locks in ASP.NET
    (advanced)
  7. IIS 7 Integration Mode

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

稳稳的幸福 2024-10-03 10:32:02

本文来自 msdn 杂志(使用 HTTP 管道安全地实现请求处理、过滤和内容重定向in ASP.NET)描述了您列出的许多主题。

This article from msdn magazine (Securely Implement Request Processing, Filtering, and Content Redirection with HTTP Pipelines in ASP.NET) describes many of the topics you listed.

走过海棠暮 2024-10-03 10:32:02

我觉得Matthew分享的文章很好。这是另一篇文章,提供了相当多的见解 - http://www.code-magazine .com/Article.aspx?quickid=0511061

I think article shared by Matthew is a good one. Here's another one that offers quite a bit insight - http://www.code-magazine.com/Article.aspx?quickid=0511061

紧拥背影 2024-10-03 10:32:02

对于 IIS7 集成管道和一般 IIS,IIS7 Resource Kit 是相当重要的参考资料。它由 IIS 团队编写,包括 Mike Volodarsky(项目经理)和 Carlos Aguilar Mares(开发主管)。

作为一名开发人员,我的办公桌上一直放着这本书。

IIS.NET 网站也是一个非常好的资源。

With regards to IIS7 Integrated Pipeline and IIS in general, the IIS7 Resource Kit is fairly essential reference material. It's written by the IIS team and includes contributions from Mike Volodarsky (Programme Manager) and Carlos Aguilar Mares (Development Lead).

As a developer I have this book by my desk all the time.

The IIS.NET website is a pretty good resource too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文