Do you mean environment settings? Web application allows to you to add as many projects as you want to your solution. It means after publishing site you will get a single dll files of evert project. If you choose a web site project, you can not add projects to solution, but can add any .cs files to special folder - App_Code, and after publishing you'll get only one dll - App_Code that will include all compiled .cs files that were on this directory