The full IIS has an on-demand worker process model and activation system and can bring up and shutdown worker processes on demand.
完整的IIS有个按需的工作进程模型和激活系统,可以根据需要启动或是停止工作进程。
In this article, I covered the underpinnings of the default ASP.NET process model, and the interaction between the IIS level code (the ASP.NET ISAPI extension) and the worker process.
这篇文章中,我介绍了默认asp.net进程模型的基础知识和IIS级别代码(asp.netISAPI扩展)和工作进程的交互。
On the other hand, the worker process exploits synchronous pipes when it needs to query for information about the IIS environment (that is, server variables).
另一方面,当需要IIS环境更多信息(即服务器变量)时,工作进程使用同步管道。
The main difference is that IIS Express launches its worker process from the command-line or from VS (or another tool).
主要差别在于IISExpress从命令行或是VS(或是其他工具)中加载工作进程。
When aspnet_isapi detects that the worker process is dead, it automatically aborts the request and frees any associated IIS resources.
当aspnet _ isapi检测到工作进程结束,它将自动终止请求,释放所有指配的IIS资源。
The IIS 6 worker process doesn't know anything about ASP.NET and managed code.
IIS6工作进程不知道任何关于ASP.NET和托管代码的事情。
When the ASP.NET ISAPI works under the IIS 6 process model, it behaves differently and just loads the CLR in the context of the w3wp.exe worker process.
当asp.netISAPI工作在IIS6进程模式下,其行为不同,只是在w3wp. exe工作进程上下文中加载clr。
If you are using IIS the instance exist in a worker process. If it crashes, it doesn't crash IIS.
如果您使用的是IIS实例在工作过程中存在的。如果它崩溃,它不会崩溃的IIS。
If you are using IIS the instance exist in a worker process.
如果您使用的是IIS实例在工作过程中存在的。
NET worker process varies by debug scenario and version of IIS.
NET辅助进程的名称随调试方案和IIS版本的不同而不同。
NET worker process varies by debug scenario and version of IIS.
NET辅助进程的名称随调试方案和IIS版本的不同而不同。
应用推荐