Difference between 'Web Site' and 'Project' in Visual Studio

Posted by Gudmundur Orn on Stack Overflow See other posts from Stack Overflow or by Gudmundur Orn
Published on 2009-02-26T13:19:25Z Indexed on 2010/04/29 9:27 UTC
Read the original article Hit count: 326

Filed under:
|

Duplicate

http://stackoverflow.com/questions/344473/asp-net-website-or-web-application-project

I have noticed that there is clearly a difference in what you get when you fire up Visual Studio 2008 and choose 'New Project' -> 'ASP.NET Web Application' instead of 'New Web Site' -> 'ASP.NET Web Site'. For example if you choose 'Project', then you can compile to .dll and each page gets a *.aspx.designer.cs codebehind file.

1) Why do we have these two different project types?

2) Which do you prefer?

3) Why would I choose one over the other?

4) What's the deal with the *.aspx.designer.cs files?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about visual-studio-2008