c# - ASP.NET Web Pages vs ASP.NET Web Applications? -


this question has answer here:

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.

asp net web pages details here.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -