In this article I will explain step by step, how to publish web application in Visual Studio 2017.
 
 

Step by step publishing your application in Visual Studio 2017

1. Click on the Build tab from the menu and then select on Publish Application as shown below.
Publish web application in Visual Studio 2017
 
2. From the Pick a publish target Dialog window, select the Folder option.
Publish web application in Visual Studio 2017
 
3. Then, choose a path of the Folder using the Browse button, and click on Publish button.
Publish web application in Visual Studio 2017
 
4.Once the project is successfully published, you will see the following window.
Publish web application in Visual Studio 2017
 
5. After application is successfully Published, you will see the published files in the selected Folder location
Publish web application in Visual Studio 2017
 
Finally inside the bin folder, you will see the DLL files of the project.
Publish web application in Visual Studio 2017