Why does IIS 7.5 recompile the entire website after a reboot?
asp.net, iis-7, iis-7.5
Solution
You can tone it down some with precompilation:
How do I prevent IIS from compiling website?
but IIS thought something changed and needed recompiled. Were the updates installed hotfixes to framework components perhaps?
Problem
This morning after Windows Updates ran and rebooted a pair of web servers, I noticed that one of the sites running there was not responding. After some digging I noticed 100000s of read/write/delete operations in the asp.net temp files folder. Can we do anything to avoid this?