One of the problems that I encounter so often is need to refresh an ASP.NET website. Many times we make some changes in website’s data and need the website act on these new data. But unfortunately this does not take effect, because ASP.NET worker process is not going to read data from beginning. One of …