html - Does it matter which ASP.NET Project type I use for a super-simple site? -


i'm going create super-simple, one-page, site. have text , images , links on it, that's all.

no code, either c# or jquery or else - html (and minimal css).

i created mockups of site (page) using vs 2013 selecting new > project > web site > asp.net , each of following, in turn:

empty page spa web forms 

for first two, added html page , copied html , css , ran it. works fine.

for last option (web forms), difference there page (default.aspx). replaced existing html in there mine (and css). works fine.

i plan on publishing to/with/as azure web site. assume can of these project types.

the web forms adds bunch of stuff don't need or use, imagine 1 of other 2 best bet. there reason why select 1 project type on others simple page this?

if it's static site , know html/css want use, best bet visual studio use empty page template.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -