Answer:
TransmitFile : sends the file to the client without loading it to the Application memory on the server. It is the ideal for if the file size being download is large.
WriteFile : loads the file being download to the server’s memory before sending it to the client. If the file size is large, you might the ASPNET worker process might get restarted.
Source: http://www.yeelok.com/blog/pos | Asked In: Many Interviews |
Alert Moderator