Hits Today: 1 Total: 1720 | Updated: 8/4/2002 | |
 | This month I'm going to take a look at HTTP modules in ASP.NET. You can use them to extend your ASP.NET applications by adding pre- and post-processing to each HTTP request coming into your application. Author: George Shepherd Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 856 | Updated: 12/13/2003 | |
 | Learn how to create an ASP.NET HTTP Handler to view the life and death of the processes used by a Web site. In addition, learn how to create a configuration section handler. Author: Kent Sharkey Code: ASP.NET v1.1 & VB |
Hits Today: 1 Total: 1327 | Updated: 1/9/2004 | |
 | In this article you'll learn about the .NET Framework's equivalent of ISAPI extensions: the ASP.NET HTTP Handlers. Using a photo album as example, the author explains the creation and config of HTTP Handlers and discusses caching to improve performance. Author: Bart De Smet Code: ASP.NET v1.1 & C# | |  | |
Hits Today: 1 Total: 1449 | Updated: 3/14/2001 | |
 | Maps incoming requests to the appropriate IHttpHandler class, based on the URL and HTTP verb specified in the request. Author: unknown Code: ASP.NET Beta 1 & VB |
Hits Today: 1 Total: 2186 | Updated: 5/4/2002 | |
 | So what does ASP.NET offer to harness this functionality? ASP.NET offers HttpHandlers & HttpModules. Before going into the details of these components, it is worth looking at the flow of http requests as it passes through the HTTP modules & HTTP handlers. Author: Mansoor Ahmed Siddiqui Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1181 | Updated: 6/23/2003 | |
 | This step-by-step article demonstrates how to use Visual C# .NET to create a simple, custom HTTP handler. This article demonstrates how to create, deploy, and configure the handler.
Author: microsoft.com Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 956 | Updated: 7/18/2003 | |
 | This article provides an introduction to the ASP.NET HTTP modules and HTTP handlers. HTTP modules and HTTP handlers are an integral part of the ASP.NET architecture. Author: microsoft.com Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 1457 | Updated: 11/18/2003 | |
 | In this article we will cover using HTTPHandlers to intercept a request and change a directory path to query string parameters. Then we'll create a spider friendly link page so indexes can spider dynamically generated content pages. Author: Patrick Santry Code: ASP.NET v1.1 & VB |
Hits Today: 1 Total: 703 | Updated: 9/15/2005 | |
 | Short support vb.Net functions to convert date from/to http string date and sample code to send static files with 200 OK + Last-Modified http header and 304 Not Modified when If-Modified-Since request header is present. Author: Antonin Foller Code: ASP.NET v1.0 & VB |
|