How long will an ASP.NET MVC application run
Posted
by Christoph
on Stack Overflow
See other posts from Stack Overflow
or by Christoph
Published on 2010-03-08T11:18:17Z
Indexed on
2010/03/08
11:21 UTC
Read the original article
Hit count: 312
I wonder how long will an ASP.NET (MVC) application run, when no new requests come in? Lets say I'm using an IOC Container ans have a Singleton Object serving to the clients. As far as I know it will serve different page requests. But how long will it live when no new request come in? Is there any timeout (maybe configured through IIS) that says when my app will shut down?
© Stack Overflow or respective owner