Top "Httpruntime" questions

How to prevent an ASP.NET application restarting when the web.config is modified?

I'm hosting the ASP.NET runtime via the ApplicationHost.CreateApplicationHost method. When I modify the web.config while the application …

asp.net iis web-config recycle httpruntime
ASP.Net httpruntime executionTimeout not working (and yes debug=false)

We just recently noticed that executionTimeout has stopped working on our website. It was definitely working ~last year ... hard to …

asp.net httpruntime executiontimeout
4.6.1 framework update leaves web.config httpRuntime still at 4.5?

i recently upgraded our c# Web Applications to use .net framework 4.6.1 from 4.5 and only today noticed in the web.configs …

web-config .net-4.5 httpruntime .net-4.6.1
Uploading file size over 4 MB in .NET

I am having trouble uploading a file size over 4 MB. I've tried adding <httpRuntime maxRequestLength="102400" executionTimeout="99999" /> to my …

c# .net file-upload httpruntime
Httpruntime- ExecutionTimeOut

I'm getting timeout error while importing large number of fields from CSV file. While importing it refers the timeout which …

timeout httpruntime executiontimeout