Deploying ASP and ASP.NET Sites on One Web Server

If you have one site that is based on ASP and another that is ASP.NET, you can deploy both sites on one web server. However, the sites must be in two different application pools.

To do this in IIS 5.0, you separate the two sites into different isolation modes.

If the sites are not separated into different application pools, if the sites are visited simultaneously (using different instances of Internet Explorer), the first site that is visited will work correctly, but the second site displays an error message.

Copyright © 2005 Microsoft Corporation.
All rights reserved.