Browse by Tags

How-to enable large file uploads in IIS7
Published Fri, Mar 13 2009 10:57 AM | Ramon Smits
We have migrated from IIS6 to II7 and today we had some problems with large file uploads which we didn’t have with ASP.NET on IIS6. The web application was already configured to allow large file uploads: <system.web>     <httpRuntime...
Filed under: ,
Low privileges IIS Application Pools
Published Tue, Apr 22 2008 3:22 PM | Ramon Smits
When you want to create a new application pool you probably want to do this to create an application pool with least privileges for the application that you are going to run with it. This article describes how to create a user account for use in an IIS...