I ran into an interesting issue as I was adding the download component for my net site.
Using the sample code from the following article, I was attempting to initiate a file download.
CodeGuru: ASP.NET Tip: Control Access to a File Download
The problem I encountered was my download test harness was inside of an Atlas UpdatePanel and the […]