Sreekanth Reddy
What is the main reason to go with ashx handler files in asp.net ? Means in which type of situations we should think about handlers as best choice ?
By Sreekanth Reddy in .NET on Apr 04 2017
  • Salman Beg
    Jan, 2019 22

    Basically, .ashx or handler files are used when you want to do multiple task at a time and that will work in the asynchronous manner. For Example:- When you are uploading large number of files simultaneously from multiple location into the same site then at that time we should use .ashx or handler files.

    • 0
  • Tushar Dikshit
    Jan, 2018 31

    For independent work. Upload files to certain network drive from temporary web server location.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS