|
|
| HttpRequest [+] Favor-It | |
| |
 |
| | Sort By:
|
Have you ever wondered, precisely, what happens on the Web server when a request for an ASP.NET Web page comes in? How does the Web server handle the incoming request? Author: Scott Mitchell Code: ASP.NET v1.1 |
The purpose of this article is to provide a very thorough explanation of what happens during an HTTP request to an ASP.NET page being served up through IIS. Code: ASP.NET v2.0 |
The HttpRequest Class Enables ASP.NET to read the HTTP values sent by a client during a Web request.
Author: rvnuñez Code: ASP.NET v1.0 & VB |
|  | |
In other articles I have looked at the Page object and the role that it plays in providing content, but this article is going to look at the processes before it. Author: Philip Quinn Code: ASP.NET v1.0 & VB |
Response filtering is accessible via the Filter property of the HttpResponse class. Filters intercept content destined for the client and have an opportunity to modify that content prior to sending it out. Author: Ben Lowery Code: ASP.NET v1.1 & JScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|