ASP.NET Deployment
The topics in this section describe how to move an ASP.NET Web application from a development computer to a production Web server.
In This Section
- ASP.NET Web Site Precompilation
Provides information about compiling all components of an ASP.NET Web application at design time, and optionally creating a Web site layout that you can publish to a Web server.
- Walkthrough: Deploying an ASP.NET Web Application Using XCOPY
Describes step-by-step how to copy an ASP.NET Web application to a server computer.
- Side-by-Side Support in ASP.NET
Provides information about running ASP.NET applications on servers that have multiple versions of the .NET Framework installed.
Related Sections
- Configuring ASP.NET Applications
Provides links to topics on how to use configuration files and the configuration API to manage the run-time behavior of ASP.NET.