Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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 with 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

share|improve this question

marked as duplicate by InSane, Steve Haigh, veggerby, Frédéric Hamidi, slugster Oct 28 '10 at 9:16

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

add comment

Browse other questions tagged or ask your own question.