|
|
| httpModules [+] Favor-It | |
| |
 |
| | Sort By:
|
The ASP.NET < httpModules > Section Configures the HTTP modules within an application.
Author: unknown Code: ASP.NET Beta 2 & VB |
This article discusses a Beta release of a Microsoft product. The information in this article is provided as-is and is subject to change without notice. Author: unknown Code: ASP.NET Beta 2 & C# |
This article will briefly explain the basic concepts of ASP.Net configurations and then show one possible solution to using HTTPModules in a multiple application environment.
Author: Tom Lucas Code: ASP.NET v1.0 & VB |
|  | |
ASP.Net speeds up server-side processing but the transfer of pages to the browser can still be slow. This module compresses the output from ASP.Net to speed up downloads and save on bandwidth and can be simply dropped into any project. Code: ASP.NET v1.0 |
This article is going to take a more in-depth look at the HTTPModule and creation of one. When the request gets sent to the HTTPApplication object, it then gets sent to any HTTPModules that are registered in the web.config file of the application. Author: Philip Quinn Code: ASP.NET v1.0 & VB |
Icon Key >
 - Recently Updated
 - Showcase Listing
|