I have several WCF services in one Web Project, this web project is hosted on IIS. Is it possible to handle when IIS start a process and shutdown it.
All that i need is to save some data from memory to DB when all my services are stopped and load those data back to memory when services are started again.