Hi Ben,
lokk there:
http://www.dotnetindia.com/2003/10/why_aspnet_rest.html Sunny
In article <0DC257CB-E0E1-49DE-AF31-E0744D697B69@microsoft.com>,
benvogan@nospam.com says...
[quoted text, click to view] > Hi there,
>
> I have some IIS hosted remote objects (hosted as Singletons). My objects override the InitializeLifetimeService() to return null. I have sometimes seen IIS shutting down my objects after a period of inactivity (I write entries to the event log) and I'm not sure why this is happening. The next request to the server will re-create all my objects. This does not appear to happen consistently.
>
> Under what circumstances will IIS take down shared remote objects?
>
> Ben