Summary
After reading this chapter, you know how to navigate in Visual Studio to access the Publish option, using the build menu or by accessing the project. You are qualified to use the Folder option and deploy your web app in the filesystem, and then use a server to host an application. You also know how to deploy a project in the IIS server using Visual Studio. You learned how to deploy a project in Azure using the app service option in Windows and a publishing configuration using the .pubxml
file.
In Chapter 11, Implementing Git Integration, we will review all the tools included in Visual Studio to connect with Git repositories and GitHub in particular. You will learn how to see the status of your changes using a visual interface and publish your project in a public or private repository easily.