Are IIS services closed after some time?
Posted
by mafutrct
on Stack Overflow
See other posts from Stack Overflow
or by mafutrct
Published on 2010-05-05T13:35:30Z
Indexed on
2010/05/05
13:48 UTC
Read the original article
Hit count: 294
I'd like to host a WCF web service in IIS. The service should keep a certain set of data all the time, it must never be lost.
My colleague told me this is impossible because IIS closes down the service after a certain time (I assume without any activity). Is that true? How do I prevent that behavior?
In case it matters, both IIS 6 and 7 are available.
© Stack Overflow or respective owner