MSDN Updates

Get Microsoft Silverlight

Wednesday, June 15, 2005

What are ASHX Files

ASHX files contain HTTP handlers.
HTTP Handlers are nothing but software modules that handle raw HTTP requests received by ASP.NET
With .ASHX files one can easily deploy HTTP Handlers without modifying IIS metabase.
 
Soni
 
"Programs must be written for people to read, and only incidentally for machines to execute"
Abelson & Sussman, SICP, preface to the first edition
 

No comments: