ASP.NET with VS 2010: Web Site or Web Application? -


when start new asp.net project in visual studio 2010, can either create new asp.net web site or asp.net web application.

what's difference between these 2 project types? why choose 1 on other?

please note: question exact duplicate of this one, i'm asking visual studio 2010 (there no answers targeted @ vs 2010 in original question). answers of other question still valid or there changes vs2010 results in different answers?

i want give example website means site can information. collection of websites in web application. example take company site. , coming web application best example gmail. application . use. general difference between these two. may contain collection of websites. depending on requirement.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -