I was out of town earlier this week and was told all websites which used a specific app pool crashed. After troubleshooting the issue they found IIS was set to look for "ASP Compiled Templates" directory in C:\Windows\System32\inetsrv which is the correct location in IIS6.
However, we have migrated our sites using msdeploy (webserver60 provider) to IIS7. So, the folder was located in C:\intepub\temp. Is it possible some paths were not converted properly? Either way, are there any paths I should check to make sure they are pointed to actual folders that exist.
Thanks,
John C.