I am generating a file on the server and I do not want to write it to disk but instead return it to the client via a web service. What recommendations would you have to do this?
|
1
|
|||||
|
|
|
Or if you have a MemoryStream:
Edit: If it's a SOAP web service, then just return a byte array from your web service method in your asmx.cs file |
||||||||||
|
