Hi,
I'm using clasic ASP and ASP.NET in server win2003 with IIS6. Until now visitors download files and images from my server with simple HTTP call to the file. Now I like to run ASP code before the file download and I like to know if it's will hurt my Performance.
Actually I have three option: * Simple HTTP. * BinaryWrite * TransmitFile
What method will run faster and with the best performance?
What will you do here?
Thanks, Noam