Difference between website and web application projects in visual studio 2005+

Website:

  1. It is just a group of all folders and files under one folder.
  2. It has not project file.
  3. Developer has to open existing website by selecting a folder, not just by double clicking.
  4. It has no bin folder.
  5. It build dynamically at runtime.
  6. It can not create single assembly of a website.
  7. Useful when to write a code and to share the same.

Web Application:

  1. It contains a project file where in all files and folders are under it.
  2. It is an old visual studio 2003 style.
  3. All code files are compiled under one directory.
  4. It has several options for publishing.
Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.