I want to give users the ability to save text files (and in the future - MD5). If I actually use a .txt extension, the data opens up in the browser without prompting for a save or open. If I use a different extension, I get a page not found error. In another website on a different server that extension worked just the way I wanted it to without any modifications, so I can only assume there is a setting in IIS that determines what file types will be processed and how. I tried adding my custom extension to the Mime types but that did not help (I did not stop either the website or the Application so perhaps that information is cached and won't show up without a refresh.