Visual Web Developer includes several templates for new Web applications, as listed in the following table.
Template
|
Description
|
|---|
ASP.NET Web Site
| Creates a new Web application that includes the following: A folder to contain the Web application files. A default Web page called Default.aspx. A data folder, which is granted permissions that will allow ASP.NET to read and write to it at run time.
If you are creating a local IIS Web application or a remote IIS site, it creates the IIS Web application. |
Silverlight Script Web
| Creates a new Web application which uses JavaScript to target Silverlight. For more information about Silverlight, see Silverlight Roadmap.
Note This template is not available in Visual Web Developer Express. |
ASP.NET Web Service
| Creates a new Web application that includes the following: A default Web service called Service.asmx, which contains a sample Web method. A code folder where you can keep the source code for Web services and for components called by Web services. A data folder to contain database or other data. The data folder is granted permissions that will allow ASP.NET to read and write to it at run time.
|
Empty Web Site
| Creates a new Web application that contains no files. Visual Web Developer creates a folder for the site, and if you are creating a local IIS Web application or a remote IIS site, it creates the IIS Web application. |
WCF Service
| Creates a Web application for WCF services that includes the following: A default WCF service called Service/svc, which refers to a code file that contains a sample service method. A code folder where you can keep the source code for WCF services and for components called by WCF services. A data folder to contain database or other data. The data folder is granted permissions that will allow ASP.NET to read and write to it at run time.
|
ASP.NET Reports Web Site
| Creates a new Web application that allows you to produce and display Crystal Reports. For more information, see Crystal Reports for Visual Studio .NET. Note:This template is not available in Visual Web Developer Express. |
Dynamic Data Entities Web Site
| Creates a Dynamic Data Web site for use with ADO.NET Entity Framework. This Web site can target any relational database. For more information about Dynamic Data, see ASP.NET Dynamic Data Roadmap. |
Dynamic Data Web Site
| Creates a Dynamic Data Web site for use with a SQL Server database. For more information about Dynamic Data, see ASP.NET Dynamic Data Roadmap. |