IIS Application pool cannot be deleted
Solutions:
Here are the Powershell commands:
- import-module WebAdministration
- iis:
- ls *optional* This just shows you the AppPools folder exists
- cd AppPools
- dir
- del *name_of_Web_Pool*
- Will ask you if you really do want to remove the App Pool. “Hit A for “Yes to all”.
- ls – This will allow you to verify the AppPool is gone.
----------------------------------------------------------------------------------------------------------
Issue :
Handler "PHP_via_FastCGI1" has a bad module "FastCgiModule" in its module list.
Solutions/Source:
https://domagojsalopek.com/post/handler-php-via-fastcgi-has-a-bad-module-fastcgimodule-in-its-module-list
0 comments:
Post a Comment