Securing Large Downloads Using C# and IIS 7

前端 未结 4 1182
[愿得一人]
[愿得一人] 2021-01-17 23:49

Here\'s the setup:

  • 1 web server running a C# app to which my users (stored in a MySQL database on said server) authenticate.

  • 1 file server

4条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-18 00:12

    This thread has my solution to keep memory usage down while users are downloading files. You probably want a bigger buffer than my sample uses, though.

提交回复
热议问题