Links that lead to off-site pages about ASP.
-
Microsoft. MS changes their site structures so often that I hesitate linking to anything for the long term.
- ASP.NET .ASHX. 2010-04-26: One of the first things I needed to do with ASP.NET was output a non-HTML page, i.e. change the HTTP output. An ASP.NET generic handler file (*.ashx) does just that. You can output text (*.txt, *.json, *.xml, *.html, etc.) or binary (*.jpg, , *.mp4, *.swf, etc.) or just about any electronic file you want to. BTW, it is trivial to do this in Classic ASP, but .NET allows some fancier stuff too.
- Miscellany
Page Modified: (Hand noted: 2007-08-15 19:19:57Z) (Auto noted: 2010-04-26 16:29:35Z)