Important Links...

• ENVENT Corporate
My ENVENT
http://www.php.net


Howto's
Configuring IIS SMTP for Mail Delivery
Configuring a Bounce Handler in Windows
User Not Associated with a trusted SQL Server Connection
Php not connecting to MSSQL 2000 on Windows 2003
Connecting Windows 2003 Web Edition to MS-SQL 2000
Ensight Configuration Changes for PHP 5
Ensight's content gets cut off prematurely
Installing Ensight on Windows 2003 with IIS 6
Additional Settings for MySQL 4.1

FAQ's
Design Mode Editor
IE6 Settings
IE7 Settings
Installation
Profiling

Who's online...
There are 4 guests and 0 registered users online.


Configuring IIS 6 on Windows 2003 is different from previous versions of the operating system. Most notable is one additional requirement that is not documented in the PHP installation guide.

Please see this link for details.

Once IIS is seeing PHP, you might experience additional permission-related problems with the Ensight installation. Make sure that both the installation directory's permissions and the directory that PHP is installed in, are set to world writable for the IUSR_* user (the anonymous user that the web server runs as) as well as the IIS_WPG user.

For best results, use these settings:

/content, /images and /upload - set permission to Read and Write files for both users, but disable Execution and Folder Creation.
/live - set full access to the IUSR_* user, and Read permission to the IIS_WPG user.

Log Files

IIS 6 automatically prohibits downloading of files where the appropriate MIME type isn't registered. You may experience problems downloading *.log files because the default installation of IIS doesn't support them. To enable download of *.log files, follow these steps:

  1. Right-click on the server's name in Internet Information Services (IIS) admin, and select Properties.
  2. Click on the MIME types button and add .log to the list (its MIME type should be text/plain). Click OK.
  3. Right-click on the server's name again and select All Tasks >> Restart IIS.
  4. Once restarted, jump into command-line (cmd.exe) and run net stop iisadmin and net start w3svc to ensure PHP restarts accordingly.

Also see the tutorial on linking Windows 2003 Web Edition to an MS-SQL 2000 database if you are experiencing troubles there.


Give us your feedback

Have a question about Ensight's functionality? Drop us a line using the form below and we'll get back to you with feedback within 24 to 48 hours (or 72 hours on weekends)

First Name
Surname
E-mail Address
Type of comment
Comment

Enter the word displayed above:


Search

[ Advanced Search ]

Login
Email: 
Password: 



Back to Home
Return to the Home Page