Can you point me to best practices for file hosting in IIS 7. The number of files can be very high > 500,000, 2-10KB each.
A possible concern is the performance with such a large number of files. We could have a smaller number of larger files and have a HTTP handler to process the requests or just have the smaller files and use IIS7 to directly serve them as static files.
Are there any best practices/performance comparisons that you can share? What do you recommend?