If you are using FileUp to perform uploads in ASP.NET on a machine with IIS 7 (Windows Vista, Windows Server 2008) or IIS 7.5 (Windows 7, Windows Sever 2008 R2), your FileUp application must be assigned to a application pool that is set to Classic pipeline mode.
Most installations of IIS 7.x on 32-bit machines come with a Classic .NET AppPool, but this article will cover how to create one from scratch.
For instuctions on how to create the appropriate application pools on a 64-bit OS, please refer to: How to run FileUp on a 64-bit Windows Operating System
NOTE:This is not required for applications in classic ASP or ASP.NET applications that are performing downloads only. |