views:

13

answers:

1

Might be a dumb question but I need a confirmation regardless. In ASP.NET, if a file was downloaded on a page that was protected by SSL, through a server-side postback that writes to HttpContext.Current.Response.OutputStream, is the transmission that file ALSO protected by SSL?

Thanks for any help.

+1  A: 

If the download was initiated by a postback or a relative URL, yes.

SLaks
yes, it is initiated by a postback.. thanks for the answer.
shyneman