In this article I will explain step by step, how to publish web application in Visual Studio 2015.
Step by step publishing your application in Visual Studio 2015
1. Click on the Build tab from the menu and click on Publish Application as shown below.
2. From the PublishWeb Dialog window, select Custom option from Profile.
3. Then, the New Custom Profile Dialog window is displayed where you need to enter the Profile name and click on OK.
4. Now you need to select the File System from Publish method options.
5. After selecting Publish method, you will need to add the path of Target Location and click on Publish.
6. You will see the published files at targeted location.
Finally, open the bin folder and you will see the referenced DLL files.