Interview Questions

An .ASHX file contains the following ...

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

An .ASHX file contains the following ...

An .ASHX file contains the following
* Code-behind that are used in the code
* Server Controls that can be called from a code-behind file
* HTTP handlers-software modules that handle raw HTTP requests received by ASP.NET
* Contains normal ASP.NET code and can be used as an include file


HTTP handlers-software modules that handle raw HTTP requests received by ASP.NET

(Continued on next question...)

Other Interview Questions