|
|
|
- Project management
- Systems analysis and design
- Technology selection consultation
- Windows and website programming
- Deployment and troubleshooting services
- Architectural design and devlopment guidance

|
|
|
|
|
|
|
|
Internet Information Services have been evolving over the lasr five years and Windows 2000 has become a sophisticated and robust Web server platform. The latest version, IIS 6.0 will be shipped with Windows Server 2003 and has many new features for Web server management, performance, scalability, reliability, availability and security. |
|
|
|
|
|
|
The underlying architecture of IIS 6.0 has been redesigned to improve flexibility, scalability and reliability. IIS 6.0 adds robustness with a new Worker Process Isolation mode, which allows you to put your web applications into different application pools that share one or more worker processes. The application pools remain independant of each other, so an application failing will not affect other applications or the web service itself. |
|
|
|
|
IIS Versions and Features |
|
|
| |
IIS 4.0 |
IIS 5.0 |
IIS 5.1 |
IIS 6.0 |
| Platform |
NT4 |
Windows 2000 |
Windows XP Professional |
Windows .NET Server |
| Architecture |
32-bit |
32-bit |
32-bit and 64-bit |
32-bit and 64-bit |
| Application process model |
TCP/IP kernel
MTX.exe |
TCP/IP kernel
DLLhost.exe (Multiple DLLhosts in medium or high application isolation) |
TCP/IP kernel
DLLhost.exe (Multiple DLLhosts in medium or high application isolation) |
HTTP.sys kernel
When IIS is running in IIS 5.0 isolation mode: Inetinfo.exe (in-proc processes) or DLLhost.exe (out-of-proc processes)
When IIS is running in worker process isolation mode: W3Wp.exe (Multiple worker processes ) |
| Metabase configuration |
Binary |
Binary |
Binary |
XML |
| Security |
Windows authentication
SSL |
Windows authentication
Kerberos
SSL |
Windows authentication
Kerberos
SSL
Security wizard |
Windows authentication
Kerberos
SSL
Security wizard Passport support |
| Remote administration |
HTMLA |
HTMLA |
No HTMLA
Terminal services |
Web Administration Tool (HTML)
Terminal services |
| Cluster support |
In Windows NT 4.0 |
IIS clustering |
Windows support |
Windows support |
| Web services |
IIS on NT 4.0 |
Personal Web Manager on Windows 9x
IIS on Windows 2000 |
IIS optionally on Windows XP Professional |
IIS on a member of the Windows .NET Server family | |
|
|
|
|
|