c# - ASP.NET Web Pages vs ASP.NET Web Applications? -
this question has answer here:
- asp.net web site or asp.net web application? 24 answers
i might asking differences between apples , oranges here, differences between asp.net web pages , web applications/web sites? when creating new web project, should use , criteria should consider when making choice?
also unrelated, "future" of web projects in asp.net (i.e. there windows technology other 3 should take consideration?)
edit: clarify, not mean difference between asp.net web applications , asp.net web sites (unless web pages somehow same thing 1 of above.)
i mean asp.net web pages detailed in msdn here: http://msdn.microsoft.com/en-us/library/fddycb06%28v=vs.100%29.aspx
as opposed web applications/sites detailed here: http://msdn.microsoft.com/en-us/library/dd547590%28v=vs.110%29.aspx
you correct in trying compare apple oranges.
as asp.net web applications file structure of site, behavior of compilation, producing assemblies , deployment method.
while asp web pages user interface site pages. can have web pages asp net application or website project. other option asp net web pages, can use web forms or mvc. have own advantages , disadvantages , depends on situation , requirement of site developing.
Comments
Post a Comment