MSDN explains this:

In Visual Studio you can create Web application projects or Web site projects. Each type of project has advantages and disadvantages, and it is helpful to understand the differences between them in order to select the best project type for your needs. You must select the appropriate project type before you create a project, because it is not practical to convert from one project type to the other.

Scenarios in which Web application projects are the preferred choice include the following:

Scenarios in which Web site projects are the preferred choice include the following:



Read here details