I have to create a tab delimited txt file from a query. I want to call an HttpHandler that returns my txt file as a stream, I don't want to create the file phisically.
1st question: what is the best practice to create the tab delimited txt file from a query result? I have to fetch all rows and create the file manually?
2nd question: How to set a timeout for the HttpHandler that creates the file?
Thanks for your time.