Migrating a Web Server to IIS 5.0

Previous Topic Next Topic

Migrating Web Applications

An important decision to make when migrating to IIS 5.0 is how to handle existing Web applications. IIS 5.0 supports applications based on CGI, ISAPI, and ASP. In some cases, it is best to simply port an application to IIS 5.0, making only a few necessary changes. This is usually true for existing ISAPI extensions and ASP applications, which make efficient use of server resources, and for CGI applications that are not heavily used. However, you might decide to rewrite CGI applications as either ISAPI extensions or as ASP applications in order to improve their scalability and performance as well as to simplify the development process. This will save both time and money.

This section discusses the following:

This material assumes you’re familiar with Web-based applications and CGI. You can find additional references on migrating and porting applications in Additional Resources at the end of this section, and more information about developing with ASP in Developing Web Applications in this book. For information about installing and configuring applications, see the “Configuring Applications” topic of the IIS 5.0 online product documentation.

See the following:


© 1997-1999 Microsoft Corporation. All rights reserved.