-
Jul 30th, 2011, 02:32 PM
#1
ASP.Net - What is the difference between a Web Site and a Web Application?
This FAQ is currently a work in progress
Starting with Visual Studio 2005, Microsoft introduced the concept of both a "Web Site" template and a "Web Application" template for creating an ASP.Net web project.
The ability to create these two different project types continued through Visual Studio 2008 as well as Visual Studio 2010.
To create a "Web Site" you choose File | New | Web Site...
Once you have done this, in Visual Studio 2010, you have two main options:
- to create an Empty Web Site
- to create Default Web Site
If you create an Empty Web Site Visual Studio 2010 will create the following in the Solution Explorer:
If you create a Default Web Site Visual Studio 2010 will create the following in the Solution Explorer:
To create a "Web Application" you choose File | New | Project...
Last edited by gep13; Jul 30th, 2011 at 02:42 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|