Documentation
Does the Nectil Kernel run on Windows with IIS ?
Yes it does.
What you must check before installing :
- PHP must be installed as a WebExtension (IIS 6.0 or higher) or as an ISAPI filter (IIS < 6.0) in IIS
What you must do after the installation :
- Configure the $_SERVER["DOCUMENT_ROOT"] variable in the file Kernel/common/config.inc.php
Ex: $_SERVER["DOCUMENT_ROOT"]="C:\\InetPub\\wwwroot"