If we use File System in visual studio, it will publish files in our computer's given targeted location, which we chose while publishing. In visual studio 2010 or more version, we have different options to publish/deploy website directly from visual studio, those are file system, web deploy, web deploy package, file transfer protocol (FTP).
Publish Website using File System in Visual Studio Here we will learn how to publish/deploy asp.net mvc web application to a targeted location using file system option in visual studio or use file system publish option in visual studio to deploy/publish asp.net mvc web application given location with example.