I am having problems with INETINFO using up all available CPU and slowly bringing my web server to a hault.
I'm running it on a Windows 2008 server and it works fine most of the time however, at random intervals during the day INETINFO takes over. If I recycle the Application Pool then it eventually recovers. I have tried running Process Monitor and there seems to be continual reads on the C:\Windows\System32\InetSrv\Config\ApplictionHost.config file.
I've read lots of articles about the SMTP service causing this problem but I have shut this service down which makes no difference. I have also examined the web application code for possible memory leaks, infinite loops etc and have not found anything there either.
Doe anyone have any ideas what else I should look at.