I generated an RTF (richtext) file with ASP and I want my browser to open it with a RTFreader (like Word) that is installed on my computer. I've read a lot of articles on how to do this, but they always write the file to the server first. My question : is there a way to send my RTFgenerated file directly to the browser WITHOUT writing it first to the server (so within 1 asp-page) ? I think it has something to do with the response.addheader and response.contenttype, but I'm not sure if it's possible at all. Perhaps there's a way by adding an new extension (rtf) in the Application Mappings of IIS?
Romme
Romme