0

I have 2 solutions (see image below). This is how I create them:

  1. File -> New -> Project -> ASP.NET Web Application
  2. File -> New -> Web Site -> ASP.NET Web Site

1. web application, 2. web site

What's the different between the projects?

In Solution Explorer the only difference is the icon next to the project. They have the same file structure.

The question came up due to a problem I had with 2 solutions (Doesn't recognize some labels)

Community
  • 1
  • 1
Dror
  • 177
  • 3
  • 11
  • 1
    Possibly.. http://stackoverflow.com/questions/8694922/whats-the-difference-between-a-web-site-and-a-web-application – Shreyas Achar Oct 20 '15 at 07:16
  • 1
    possible to duplicate of http://stackoverflow.com/questions/590501/difference-between-web-site-and-project-in-visual-studio – Kaushik Maheta Oct 20 '15 at 07:17
  • You answered my question but I have another one: Is there a way to have solution with multiple web sites? (I want to have a solution for practice and have in it multiple web sites for each subject I practice) – Dror Oct 20 '15 at 07:51

1 Answers1

0

Here is a link you should read

  • 2
    [Are answers that just contain links elsewhere really “good answers”?](http://meta.stackexchange.com/questions/8231/are-answers-that-just-contain-links-elsewhere-really-good-answers) – Soner Gönül Oct 20 '15 at 07:19