Latest Replies
Tuesday
Dec092008

How To Set Request Timeout in ASP.NET?

C# code below, does not do what it declares to. It sets timeout of the current ASP.NET request instead.

Server.ScriptTimeout = 300; // 5 mins

That's exactly what I've needed, but the naming could have been slightly more precise.

« How to Find Out Variable or Parameter Name in C#? | Main | Dynamic Linq and Expression Parsing in .NET as a hint of C# compiler extensibility »