The ASP.NET ISAPI extension is a Win32 DLL and does not host managed code.
NETISAPI扩展是一个win32DLL,并不为托管代码提供宿主。
For ASP.NET pages, IIS routes the message to the aspnet_isapi.dll isapi extension.
对于ASP.NET页面,IIS会将此消息路由到aspnet _isapi . dll isapi扩展。
Specifies whether to expose the browser capabilities service from the ISAPI extension.
指定是否公开来自ISAPI扩展的浏览器功能服务。
When the request arrives, IIS examines the resource type and calls into the ASP.NET ISAPI extension.
当请求到达,IIS检查资源类型并调用到asp.netISAPI扩展。
When the ASP.NET ISAPI extension starts the worker process up, it passes a few command-line parameters.
当asp.netISAPI扩展启动工作进程时会传入一些命令参数。
IIS first checks which ISAPI extension can serve this request. Depending on file extension the request is processed.
IIS首先检查哪个ISAPI扩展可以处理这个请求,这取决于请求的文件扩展名。
Requests can be handled natively by IIS—as are HTML pages, images, and other static content—or IIS can route the request to an ISAPI extension.
IIS可以自行处理请求(如HTML页面、图像以及其他静态内容),或者将请求路由到ISAPI扩展。
In addition to mapping the incoming Web request's file extension to the appropriate ISAPI extension, IIS also performs a number of other tasks.
IIS除了可以将传入Web请求的文件扩展名映射到相应的ISAPI扩展之外,还将执行许多其他任务。
A method of processing load of dynamic real-time images is presented, by using ISAPI Extension of IIS to change the IIS Server process procedure.
利用IIS的ISAPI扩展接口,改变IIS服务器程序处理过程,介绍了一种实时动态图象负载处理的有效方法。
The aspnet_isapi.dll isapi extension then hands off processing to the managed ASP.NET worker process, which processes the request, returning the ASP.NET Web page's rendered HTML.
然后,aspnet _ isapi . dllisapi扩展将处理操作传递给托管的ASP.NET辅助进程,该辅助程序将处理请求,并返回a SP.NET网页的呈现HTML。
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扩展)和工作进程的交互。
For example, when a request for a classic asp Web page arrives, IIS hands off the request to the asp.dll ISAPI extension, whose task it is to return the HTML markup for the requested asp page.
例如,在请求传统的asp网页时,IIS将请求传递给asp . dllISAPI扩展,该扩展的任务是返回被请求的asp页面的HTML标记。
For example, when a request for a classic asp Web page arrives, IIS hands off the request to the asp.dll ISAPI extension, whose task it is to return the HTML markup for the requested asp page.
例如,在请求传统的asp网页时,IIS将请求传递给asp . dllISAPI扩展,该扩展的任务是返回被请求的asp页面的HTML标记。
应用推荐