HTTP处理程序(HttpHandler)实现了扩展(ISAPI Extention)的功能,它处理请求(Request)的信息和发送响应(Response),最常用的事件有void ProcessRequest(Http...
基于66个网页-相关网页
The preferred method is to use a HttpHandler because it is lighter than an ASPX page.
更好的方法是使用HttpHandler,它比aspx页面更轻量级。
This includes using a HttpHandler as the upload page (lighter than using an ASPX page), using forms based authentication, and using sessions.
包括使用HttpHandler作为上传页面(比使用aspx页面更轻量级),使用需要权限验证的页面,使用sessiongs。
To make things working, we need to add a section for the ScriptHandlerFactory HttpHandler using the following code snippet under the <system.web> section
我们还需要在<system.web>节点下添加如下代码段,以完成对ScriptHanlerFactory的应用。
应用推荐