Home
Tech Tutorials
ASP.NETHow to write an ASHX file
Author: developerfusion.com Published: 25th Sep 2005 Visited: 4583 times
by Edward Tanguay Read Comments Rate this resource Viewed 3243 times Rating: 23 users 3.66 out of 5 Next > If you develop with ASP.NET, you probably spend most of your time creating .aspx files with .cs files as code behind (or perhaps you use .ascx files for your controls -- and .asmx files for web services). But have you created a .ashx file (web handler). A web handler file works just like an aspx file except you are one step back away from the messy browser level where HTML and C#...n
Read Article Sponsored Links
Related Articles
• Web 2.0 and The Read/Write Web One of the emerging themes of Web 2 0 is the ability for users to add data to web sites directly In Web 1 0 web content was managed by so called webmasters The webmaster would update HTML web pages using simple text editors like Notepad or advanced web management systems like DreamWeaver In Web 2 0 ...