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.
2. From the Pick a publish target Dialog window, select the Folder option.
3. Then, choose a path of the Folder using the Browse button, and click on Publish button.
4.Once the project is successfully published, you will see the following window.
5. After application is successfully Published, you will see the published files in the selected Folder location
Finally inside the bin folder, you will see the DLL files of the project.