ASP.NET Web Site or ASP.NET Web Application?

前端 未结 25 2772
自闭症患者
自闭症患者 2020-11-21 08:26

When I start a new ASP.NET project in Visual Studio, I can create an ASP.NET Web Application or I can create an ASP.NET Web Site.

What is the difference between ASP.

25条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-21 08:47

    In Web Application Projects, Visual Studio needs additional .designer files for pages and user controls. Web Site Projects do not require this overhead. The markup itself is interpreted as the design.

提交回复
热议问题