Cassini Configuration API Documentation

ApplicationEntry.KeepRunning Field

If true, will make Cassini Server ping the application every 10 or so minutes, to make sure the application won't time out and unload itself.

[Visual Basic]
Public KeepRunning As Boolean
[C#]
public bool KeepRunning;

Remarks

Setting this value to true will signinficantly improve first-page-served time at the expense of using more memory by always having the application loaded in memory.

See Also

ApplicationEntry Class | CassiniConfiguration Namespace