Monthly Archives: Апрель 2013

Upload large files with ASP.NET MVC and IIS 7


Hi there. Here is couple of recommendations about uploading large files into ASP.NET MVC application. You have to make two configurational changes: 1. Update your web.config with following directive: <location path=»FileUpload»> <system.web> <httpRuntime executionTimeout=»600″ maxRequestLength=»100000″ /> </system.web> </location> 2. Goto

Опубликовано в .NET, ASP.NET, ASP.NET MVC, C#