I have a PowerShell script that is run automatically when our monitoring service detects that a website is down. It is supposed to stop the AppPool (using Stop-WebAppPool -name $AppPool;), wait until it is really stopped and then restart it. Sometimes it the process does not actually stop, manifested by [...] read more
Once every 18-24 hours my IIS stops responding on a particular website. We have upgraded our web application a week ago and this seems to have started it. When it happens: 1. Any request to the asp.net application hangs for ever 2. Restarting the application pool gives the error 0x80070425 [...] read more
I have my web app I'm developing under local IIS (so not not the visual studio embedded one). It works fine, I can go from page to page... But if I then change the code and recompile, IIS stops responding properly for ~2 minutes. If I attach the debugger, then [...] read more