ASP.NET Settings


In the .NET configuration file for your Web application - web.config or machine.config- there are several attributes that can affect the performance of large uploads. To set these attributes at the machine level, modify machine.config (located in [windows directory]\Microsoft.NET\Framework\[.NET Version Directory]\CONFIG). To set the attributes at the application level, modify your application's web.config file.

You will find the following values in the httpRuntime node of machine.config:

The following attributes are in the processModel node of machine.config:

Top

Copyright © 2010 SoftArtisans, Inc. All rights reserved.