I've got a Windows Server 2008 running IIS 7 with a number of different website each with there own application pool.
Occasionally each one of these sites will fire up a w3wp.exe process when nobody is viewing the website and use about 50% of the CPU resources.
Does anyone know the reason for this and is there a way to stop this or at least reduce it as it slows down the response times on other websites that are being used.
All the websites are asp.net MVC applications running .NET 4 and MVC 2 or 3.
Thanks