What's the difference between web applications and web site in visual studio? - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-12-07T17:19:22Zhttp://stackoverflow.com/feeds/question/1034979http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1034979/whats-the-difference-between-web-applications-and-web-site-in-visual-studio0What's the difference between web applications and web site in visual studio? [closed]cwap2009-06-23T20:27:11Z2009-06-23T21:52:49Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br />
<a href="http://stackoverflow.com/questions/398037/asp-net-web-site-or-web-application">ASP.NET: Web Site or Web Application?</a> </p>
</blockquote>
<p>Please excuse me if this is a silly question. I've tried searching for answers elsewhere, but without much luck :(</p>
<p>In laymans terms, what's the difference between a web-application and a web-site in Visual Studio? Is one better than the other, or are they just different? - And which one came first? :)</p>
<p>.. My understanding so far, is that web applications emulates a normal visual studio project, by creating .proj-files and the likes, while a web solution doesn't have any of these, and basically just relies on the files in the filesystem to be there. Does web sites supports different compiling methods for optimizing a deployment configuratin?</p>