Reputation: 14777
The objective: - Server side: Write a file to the response stream after verifying credentials. In other words, no public access to the file. - Client side: Download this file by from http://xyz.com?credentials=abc
So far, the ASPX page does the following:
What is the best way to download this file data from a WinForms app?
Upvotes: 1
Views: 1623