Udostępnij za pośrednictwem


Getting Project Files from a Web Project

If you are building a Visual Studio Web Project using the file system there are two directories that get created.  The first contains one file which is the Visual Studio Solution file (.e.g. .SLN file).  The second directory is where markup, source code, assets and resources go.  So how do you find the location of that second directory?  The easiest way is to open the .SLN file via Visual Studio.  In the Solution Explorer ( see picture below ) there will likely be a solution and a project (remember a solution can contain one or more projects).  Right-click on the project and select Open Folder in File Explorer.  Now you know where the second directory is located by looking at the location in File Explorer.

 

image