Showing posts with label Web Administration. Show all posts
Showing posts with label Web Administration. Show all posts

Thursday, 27 November 2014

Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list

Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list


This command just surprisingly solved it:

%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i


This repeats IIS registration\installation although I had no problem while installing it as Windows Feature.

Wednesday, 15 January 2014

Enabling Microsoft IIS logging feature

1) Notice the Site ID, since this will guide you later to the correct logs file for your site, in case multiple sites are hosted under the same IIS instance.


2) Open "Logging" from the "Featues View".


3) Notice the target logs location when the logs are stored, and make any required changes to the log content.




4) Sample log file should look like:



5) Lookup the status code against the below MSDN list of HHTP status codes:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa384325(v=vs.85).aspx


---
Snapshots from IIS version 7.5.7600 under Windows 7 Professional.

Wednesday, 22 May 2013

Monday, 30 July 2012

Monday, 11 June 2012

Difference between PHP VC6 and PHP VC9

VC6: Compiled using Microsoft ver. 6 C++ compiler
VC9: Compiled using Microsoft 2008 C++ compiler

Of course VC9 provides improvements in performance and stability.
http://php.net/manual/en/install.windows.manual.php

However, if you are using Apache 1 or 2, you have to choose VC6.