Advantages of .ashx pages.
-
what are the advantages of .ashx pages and how can I write Html tags in ashx file? Sample url Page Extension is ASHX[^]
We used to write HTTP Handlers at certain situations in our applications. In traditional way, writing Handlers needs to several steps. To avoid these, ASP.NET provides a way to write the HTTP Handler by just using a .ashx files. We use Handlers, to handle certain situations like, if we want to process some different file extensions,for changing themes etc.. for details, have a look to followng links.. Click here 1 Click here 2
Cheers!! Brij Visit my Blog: http://brijbhushan.net
Check my latest Article :ViewState - Various ways to reduce performance overhead -
We used to write HTTP Handlers at certain situations in our applications. In traditional way, writing Handlers needs to several steps. To avoid these, ASP.NET provides a way to write the HTTP Handler by just using a .ashx files. We use Handlers, to handle certain situations like, if we want to process some different file extensions,for changing themes etc.. for details, have a look to followng links.. Click here 1 Click here 2
Cheers!! Brij Visit my Blog: http://brijbhushan.net
Check my latest Article :ViewState - Various ways to reduce performance overhead