Ramon Smits

Tell me your secrets and i'll tell you mine

Browse by Tags

All Tags » IIS (RSS)
How-to enable large file uploads in IIS7
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 maxRequestLength...
Posted: Fri, Mar 13 2009 10:57 AM by Ramon Smits | with 4 comment(s)
Filed under: ,
Low privileges IIS Application Pools
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...