у меня
<system.web>
<httpRuntime maxRequestLength="500000000" />
</system.web>
Но когда я читаю web.config через
Configuration config = WebConfigurationManager.OpenWebConfiguration(configPath);
HttpRuntimeSection section =
(HttpRuntimeSection)config.GetSection("system.web/httpRuntime");
Я вижу 4096 значение для maxRequestLength
!!
Как это могло быть ?? Спасибо за любую подсказку!
P.S. Это проект ASP .NET MVC3 Razor