Increase Stack size IIS ASP.NET 3.5

asp.net-3.5, iis

Solution

You can use editbin, as described in this article.

Problem

I understand that the default max stack size on ASP.NET was decreased to 256K instead of 1MB (see http://support.microsoft.com/kb/932909), how can I get it back to 1MB?

Original source

Related problems