I\'m currently using a HttpResponse to download files from my Server. I already have a couple functions being used to download Excel/Word files, but I\'m having trouble getting my simple Text file (.t
I am using c#.net application in whichI need to download a zip file using c# codebase.I am using the following code for downloading the file:
I am trying to user the Response.TransmitFile() to prompt a download. I have read a number of posts on the issue and based my method off Rick Strahl\'s blog
I have to implement GEDCOM export in my site. My .net code created one file at server when export to gedcom clicked.
I have a simple web site with two pages.One displays a list of files, and the other streams a file when it\'s clicked in the list.All was fine in production for 6 months, but now I have to move the si