Securing Large Downloads Using C# and IIS 7

前端 未结 4 1180
[愿得一人]
[愿得一人] 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-17 23:56

    You may be interested in Microsoft's Background Intelligent Transfer Service (BITS).

    http://msdn.microsoft.com/en-us/library/bb968799%28VS.85%29.aspx

    Version 2.5 introduced HTTP authentication via certificates.

提交回复
热议问题