开发者

ASP.NET Web Site vs ASP.NET Web Application [duplicate]

开发者 https://www.devze.com 2023-01-22 04:07 出处:网络
This question already has answers here: Closed 12 years ago. Possible Duplicates: What is the difference between web application and website in asp.net?
This question already has answers here: Closed 12 years ago.

Possible Duplicates:

What is the difference between web application and website in asp.net?

ASP.NET: Web Site or Web Application?

To start a new ASP.NET project in Visual Studio 2008 we are presented with two options to go about creating a website,you can either create it as a new ASP.NET Web Site(File > New Website > ASP.Net website) or an ASP.NET Web Application(File > New Project > ASP.net Web Application).

What's the difference between these two project types? Has got to do anything w开发者_StackOverflow社区ith the security or performance?

Im using Visual Web Developer 2008 Express edition.Does the Visual Studio Professional Edition have additional options to create ASP.Net Project?

Thank You

0

精彩评论

暂无评论...
验证码 换一张
取 消