IIS
From Uweb
"Internet Information Services 7.0 in Microsoft Windows 2008 provides a secure, easy-to-manage Web platform for reliably hosting rich Web applications and Web services." http://www.IIS.net/
This page is our knowledge of how best to get IIS configured for the various web programming languages. The initial contribution was by Monty Dickerson in September 2009.
Contents |
ASP.NET
- Interface: Built-in module
PHP
- Interface: FastCGI
- Download
- http://www.zend.com/en/products/server-ce/
- Get Up and Running with a Full PHP Stack in Minutes!
- A certified PHP distribution
- Bytecode accelerator (Optimizer+)
- Zend Data Cache
- Zend Application Framework
- IIS integration
- Connectivity to all common databases
- Java code connectivity
- Web-based PHP administrator console
- http://www.zend.com/en/products/server-ce/
- Video
- Primers
Perl
- Interface: ISAPI
- Download http://www.activestate.com/activeperl/
- Install http://blogs.iis.net/wadeh/archive/2009/04/13/running-perl-on-iis-7.aspx
Python
- Interface: ISAPI, ASP, or CGI
- Web Server Gateway Interface (WSGI) has been universally implemented for all application frameworks http://www.wsgi.org/wsgi/Frameworks
- Download https://www.activestate.com/activepython/downloads/
- Version 2.5 is recommended for maximum compatibility with Google etc.
- Install
- Classic ASP, installed by ActiveState's distribution
- http://code.google.com/p/isapi-wsgi/ is an implementation of WSGI for running as a ISAPI extension
Java
- Interface: Unknown
Ruby
- Interface: None/Unsupported
