Chapter 50Web Application Deployment
- Publishing website and web projects
- Publishing database scripts with web applications
- Copying website changes to a remote server
- Creating web application packages for deployment with the Web Deployment tool
- Keeping machines up to date with the Web Platform Installer
- Extending the Web Platform Installer to include your own applications
In the previous chapter you saw how to deploy your Windows application using either an installer or ClickOnce. But how do you deploy web applications? This chapter walks you through deploying website and Web application projects. It also covers packaging web applications for remote deployment with the Web Deployment tool and integrating with the Web Platform Installer.
One of the most important aspects of building your application is to think about how you will package it so that it can be deployed. Though a large proportion of web applications are only for internal release, where a simple copy script might be sufficient, if you do want to make your web application available for others to purchase and use, you need to focus on making the deployment process as simple as possible.
WEB DEPLOYMENT
Web application projects are quite different from Web Site projects, yet the tool used to deploy them is the same. Visual Studio 2013 includes the capability to deploy both types with the Web Deployment tool, which is used to easily import and export IIS applications along with their dependencies ...
Get Professional Visual Studio 2013 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.