Wednesday, June 25, 2014

.ashx in ASP.NET web forms

http://www.dotnetperls.com/ashx-handler starts out saying: "Some ASP.NET files are dynamic." ...and an .ashx seems to be for files that should be calculated dynamically. For example, instead of giving a link to example.txt you could give an link to example.ashx if you need to ultimately be handed a dynamically crafted text file for example.txt.

No comments:

Post a Comment