How to download a file created in the server's memory to the client without saving it (ASP.NET)?
I've generated an Excel file on server using NetOffice. BUT now, I am not able to download it to the client. I don't want to save a copy of this file on the server.
Can we send the file object created in the memory using Streams?