Setting Scriptcase on windows 2003 with IIS 6.0

Setting Scriptcase on windows 2003 with IIS 6.0

Pre - Requisites:

  • IIS already installed
  • Download the PHP binary from www.php.net, in this example we are going to use php - .1.1-Win32.zip

Installing the PHP:
Create a folder for PHP (ex: C:/PHP) and unzip the file php-5.1.1-Win32.zip to this folder. Inside this folder create another one called session (c:/php/session).
At c:/php change the name of php.ini-dist to php.ini.
in the php.ini:
extension_dir = "c:/php/ext"
session.save_path = "c:/php/session"
uncomment the php_gd2.dll module and the one you use in your database (like php_mysql.dll or php_pgsql.dll)

Setting the Permissions PHP:
This will be done more than once during the process of setting Scriptcase on IIS.
On windows explorer, click with the right button on the PHP folder, then click in Security.


Click in Advanced to search the IIS user.

Click in the option Find Now to see all users.


 

Add the IIS user (it must be like: IUSR_servername).



Allow full control for this user.




Setting the IIS to use the PHP extension:
we can configure this using PHP-CGI or ISAPI, here we'll show it using ISAPI, however if you use CGI it can be done the same way.


Select the website, then right click and select properties.

 


On the home directory folder, click in Configuration.


Click in Add, to create a new extension for PHP.


On the PHP directory locate the file php5isapi.dll and inform the extension as .php



Enabling the ISAPI extension on IIS:
On IIS, click on Web Service Extensions,



then on Add a New Web Service Extensions,



give it a name and select the file php5isapi.dll on the php folder.

 



Installing the Zend Optimizer:
During the Zend Optimizer installation, select Web Server - IIS6 (Internet Information Service) and inform the location of the php.ini file (C:/php/php.ini).

 

Installing Scriptcase:

Download the Scriptcase ZIP file (windows). Unzip it to the root folder of your web server (c:\inetpub\wwwroot). Right click the scriptcase folder, then go to Sharing and Security. You will set the permissions just like in the PHP folder.

 


 

Grant permissions to the user Internet Guest Account


 

Do the same thing to the windows file cmd.exe, located in the directory system32.


    • Related Articles

    • Setting environment manually PHP 5.6 - Windows

      Installing a Manual PHP 5.6 Environment - Windows This article will explain how to install and set-up a PHP 5.6 environment with Apache 2.4 so that it'll run Scriptcase. Follow the steps below with caution. Download the Apache 2.4 , mod_fcgid and PHP ...
    • Instalando o PHP no IIS - Windows 2000/XP

      Instalando o PHP no Windows 2000/XP     Instalação do PHP Baixar do site http://www.php.net/downloads.php a seguinte versão: PHP 4.x.x zip package Extrair o arquivo php-4.x.x-Win32.zip com WinZip para C: e após a extração renomear a pasta ...
    • Instalación de Scriptcase con PHP 7.3 en Windows

      Esta documentación irá informando los pasos necesarios para la instalación de PHP 7.3, Apache 2.4 y Scriptcase de forma manual. Al realizar este tipo de instalación, usted es responsable de configurar todo su entorno, así como las extensiones de la ...
    • Instalar ScriptCase sobre un XAMPP en Windows

      XAMPP Te permite instalar de forma sencilla Apache en tu propio ordenador, sin importar tu sistema operativo (Linux, Windows, MAC o Solaris).   Primero hay que proceder a descargar ...
    • Configuración del entorno manualmente PHP 7.0 - Windows IIS

      1. Primero vamos a bajar el Microsoft Web Platform Installer, clic aquí.  2. Luego ejecute e instale el archivo que usted bajó wpilauncher.exe  3. Tras instalar el Microsoft Web Platform automáticamente hube abierto una ventana como la siguiente: 4. ...