Tuesday, July 23, 2019

Microsoft : IIS Issue

Issuse:
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.
Source : http://jaredheinrichs.com/fix-application-pool-cannot-be-deleted-because-it-contains-1-applications.html

----------------------------------------------------------------------------------------------------------

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

Related Posts:

0 comments:

Post a Comment