Simple File Handler for ASP.NET 2.0

MOVED

This content has been moved to my new blog at

https://petelepage.com/blog/2005/12/simple-file-handler-for-asp-net-2-0/

Thanks,
PEte

Comments

  • Anonymous
    December 01, 2005
    when we're getting the download path from the web.config, can we download the file to the cleint system??
  • Anonymous
    December 02, 2005
    Yes, the path in the web config is where you are going to pull the file off your local file system to give to the client to download. I did it this way so that the file wouldn't actually sit in the web application, and there was no way around requesting the file via the http handler.
  • Anonymous
    December 06, 2005
    This works also with 1.1
    http://www.infovalutar.ro/2005/12/6/USD.bce

    -the value of Euro at 6 dec 2005 at Europeen central bank
  • Anonymous
    December 14, 2008
    For IIS 6.0: ASP.NET Forms authentication will only secure content that is processed by the aspnet_isapi