| |
| | ONDotnet.com -- Learning ASP.NET for the ASP developer - Part 2 |
 | | The downside about the classic ASP approach is that once you had fixed the bug, you had to go back to your code and remove these statements so that the page could be processed normally. |
 | | In classic ASP, the six intrinsic classes, Application, ObjectContext, Request, Response, Server, and Session are the top-level classes. |
 | | The classic ASP intrinsic objects have been replaced by the HttpApplicationState, HttpContext, HttpRequest, HttpResponse, HttpServerUtility, and the HttpSessionState classes, respectively. |
| www.ondotnet.com /pub/a/dotnet/2004/10/25/asp2aspnet_pt2.html (2973 words) |
|