Click here to Skip to main content
16,020,990 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what is the difference between asp net empty web application and asp.net webforms application in vss2012 we are new to vss2012 so can u explain

Thanking u In Advance...............
Posted

With the Empty website template you get just that essentially just an empty project consisting of a .sln and .suo file. With the ASP.NET website template you'll get a basic skeleton consisting of a Default.aspx page along with an associated code-behind file, empty App_Data folder, default web.config file, a project .sln and .suo file.
Also check below link for more information:
ASP.Net-What-is-the-difference-between-a-Web-Site-and-a-Web-Application[^]
 
Share this answer
 
Comments
SateeshVankayala 13-Mar-13 1:59am    
its ok sir....But am asking using in projects what is diff to choose one out of it?????
i think it's not only abt vs2012 but you'll see in earlier versions as well.

website -> no .dll after compile. you'll need to host .vb or .cs file as well in a web server.

webapp or webform project -> can be compiled to .dll so only the aspx pages and .dll can be hosted on web server. u can hide source code.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900