IIS6, Installing ASP.NET Applications

Installing ASP.NET Applications in The Network Encyclopedia Tutorials and Documentation (IIS 6.0 Deployment Guide)

Installing ASP.NET Applications

After the Web server is deployed, you can install your ASP.NET applications. First, you must create a Web site and virtual directories for each ASP.NET application. Then you need to install each ASP.NET application in the corresponding Web site and virtual directory.

When there are provisioning or setup scripts for your ASP.NET applications, use these scripts to install the ASP.NET applications on the Web server. Because the provisioning and setup scripts create the Web sites and virtual directories while installing ASP.NET applications, you do not need to perform any manual steps to install the ASP.NET applications. In this case, run the provisioning or setup scripts to install and configure the Web sites and applications, and then continue to the next step in the application deployment process.

Figure 2.3 illustrates the process for installing your ASP.NET applications.

Figure 2.3   Installing ASP.NET Applications

Installing ASP.NET Applications