How to: Allow an Application to Run Isolated from Other Applications

On an IIS Web server, you can specify that Web applications run isolated from other applications by deploying the application into a separate application pool.

To isolate a Web application from other applications

  1. Bind a Web application to an IIS Web server on the deployment diagram.

  2. Right-click the bound Web application on the deployment diagram and choose Binding Details.

  3. In the Application pool list, select a specific application pool for the Web application to run in.

    Note

    The deployment report does not specify which application pool each application is bound to.

See Also

Tasks

How to: Specify Binding Details on Deployment Diagrams

How to: Bind Applications to Logical Servers