<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-13073408.post5977649411335219705..comments</id><updated>2011-12-21T01:48:10.772-05:00</updated><category term='c#'/><category term='LINQ'/><category term='Visual Studio'/><category term='technology'/><category term='csharp'/><category term='MVC'/><category term='bugs'/><category term='development'/><category term='programming'/><category term='Razor'/><category term='web development'/><category term='productivity'/><category term='Windows7'/><category term='Windows'/><category term='IIS'/><category term='networking'/><category term='hardware'/><category term='database'/><category term='.NET'/><category term='ASP.NET'/><category term='T4MVC'/><title type='text'>Comments on Compiled Thoughts: Web Site vs. Web Application Project</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.compiledthoughts.com/feeds/5977649411335219705/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default'/><link rel='alternate' type='text/html' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html'/><author><name>Peter Lanoie</name><uri>http://www.blogger.com/profile/11480942345027154915</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_1ODj8s-E01o/SpfoAWkvESI/AAAAAAAAAK8/6z4OkQUZQEk/s1600-R/1f8b331ee1b89573b7632226b8e6632b.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-13073408.post-4893324623132833789</id><published>2010-11-11T21:09:46.875-05:00</published><updated>2010-11-11T21:09:46.875-05:00</updated><title type='text'>Thanks for explaining the difference. I was happy ...</title><content type='html'>Thanks for explaining the difference. I was happy to see support for the web site model in VS2008.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/4893324623132833789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/4893324623132833789'/><link rel='alternate' type='text/html' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html?showComment=1289527786875#c4893324623132833789' title=''/><author><name>Ali</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html' ref='tag:blogger.com,1999:blog-13073408.post-5977649411335219705' source='http://www.blogger.com/feeds/13073408/posts/default/5977649411335219705' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1748155905'/></entry><entry><id>tag:blogger.com,1999:blog-13073408.post-2570961678026637634</id><published>2010-05-19T07:11:35.758-04:00</published><updated>2010-05-19T07:11:35.758-04:00</updated><title type='text'>I think it really depends on client needs also. I ...</title><content type='html'>I think it really depends on client needs also. I recently lead a website project consisting of over 6000 pages for a client. Each page having dynamic and static regions. This client has it&amp;#39;s own webteam who need to be able to make small changes many, many times a day. In this scenario, a WAP does not make sense. There is also no performance gain, at all, when talking precompiled assemblies vs dynamically compiled dll created by the app_code folder. This has been verified by Scott Gu and makes perfect sense - your only performance gain is first request compilation, but for a site which gets 60,000 concurrent users, this is meaningless; The site never &amp;quot;cools down&amp;quot; so the dynamically compiled dll just stays up. We have a small core WAP setup for unit testing, but the deployed client site is a website project - so it&amp;#39;s the reverse of what you are saying here, even for a massive scale project. In practise, flexibility can be very business critical.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/2570961678026637634'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/2570961678026637634'/><link rel='alternate' type='text/html' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html?showComment=1274267495758#c2570961678026637634' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html' ref='tag:blogger.com,1999:blog-13073408.post-5977649411335219705' source='http://www.blogger.com/feeds/13073408/posts/default/5977649411335219705' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-836968956'/></entry><entry><id>tag:blogger.com,1999:blog-13073408.post-7879602913778207812</id><published>2010-05-14T08:37:33.916-04:00</published><updated>2010-05-14T08:37:33.916-04:00</updated><title type='text'>I find that the WAP is way too time consuming. Hav...</title><content type='html'>I find that the WAP is way too time consuming. Having to stop and start the debugger to make changes takes up too much time. We develop sites with hundreds of pages and the compilation time of the WAP is too long.  The web site project allows changes to be made much faster.&lt;br /&gt;&lt;br /&gt;And just so everyone knows, the website project DOES have a project file. When you open a website in VS a project file is created in your documents folder. You can copy this file anywhere and use it like a regular project file.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/7879602913778207812'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/7879602913778207812'/><link rel='alternate' type='text/html' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html?showComment=1273840653916#c7879602913778207812' title=''/><author><name>DaveHetesi</name><uri>http://www.blogger.com/profile/05817247757138704248</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html' ref='tag:blogger.com,1999:blog-13073408.post-5977649411335219705' source='http://www.blogger.com/feeds/13073408/posts/default/5977649411335219705' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-14278504'/></entry><entry><id>tag:blogger.com,1999:blog-13073408.post-458087351695278871</id><published>2010-05-10T04:34:26.209-04:00</published><updated>2010-05-10T04:34:26.209-04:00</updated><title type='text'>It was a good read. I have worked with both WAP an...</title><content type='html'>It was a good read. I have worked with both WAP and website projects. But now I have to convert one WAP to Website. Any idea where I can get information regarding this migration?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/458087351695278871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/458087351695278871'/><link rel='alternate' type='text/html' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html?showComment=1273480466209#c458087351695278871' title=''/><author><name>Mehak</name><uri>http://www.blogger.com/profile/14790420714919147114</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html' ref='tag:blogger.com,1999:blog-13073408.post-5977649411335219705' source='http://www.blogger.com/feeds/13073408/posts/default/5977649411335219705' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1685024573'/></entry><entry><id>tag:blogger.com,1999:blog-13073408.post-4567378839363390479</id><published>2010-03-16T22:41:33.372-04:00</published><updated>2010-03-16T22:41:33.372-04:00</updated><title type='text'>Thank you for posting this. I&amp;#39;m relatively new...</title><content type='html'>Thank you for posting this. I&amp;#39;m relatively new to .NET and recently took on a project that was developed as a WAP. I had only worked with sites before that, and this has explained some of the things I couldn&amp;#39;t understand.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/4567378839363390479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/4567378839363390479'/><link rel='alternate' type='text/html' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html?showComment=1268793693372#c4567378839363390479' title=''/><author><name>jvoss</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html' ref='tag:blogger.com,1999:blog-13073408.post-5977649411335219705' source='http://www.blogger.com/feeds/13073408/posts/default/5977649411335219705' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1736320137'/></entry><entry><id>tag:blogger.com,1999:blog-13073408.post-1507615235107041038</id><published>2009-10-10T09:05:05.153-04:00</published><updated>2009-10-10T09:05:05.153-04:00</updated><title type='text'>How do you work with designers when you use WAP as...</title><content type='html'>How do you work with designers when you use WAP assuming they use one of the microsoft expression products like Expression Web?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/1507615235107041038'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/1507615235107041038'/><link rel='alternate' type='text/html' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html?showComment=1255179905153#c1507615235107041038' title=''/><author><name>madeinstein</name><uri>http://itdevspace.blogspot.com</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html' ref='tag:blogger.com,1999:blog-13073408.post-5977649411335219705' source='http://www.blogger.com/feeds/13073408/posts/default/5977649411335219705' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-251473212'/></entry><entry><id>tag:blogger.com,1999:blog-13073408.post-275735040180846460</id><published>2009-09-26T18:06:30.711-04:00</published><updated>2009-09-26T18:06:30.711-04:00</updated><title type='text'>Thanks a lot for putting the time into this - it&amp;#...</title><content type='html'>Thanks a lot for putting the time into this - it&amp;#39;s just what I was looking for.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/275735040180846460'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/275735040180846460'/><link rel='alternate' type='text/html' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html?showComment=1254002790711#c275735040180846460' title=''/><author><name>Stuart</name><uri>http://www.blogger.com/profile/15290414583150417787</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html' ref='tag:blogger.com,1999:blog-13073408.post-5977649411335219705' source='http://www.blogger.com/feeds/13073408/posts/default/5977649411335219705' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-823080711'/></entry><entry><id>tag:blogger.com,1999:blog-13073408.post-4565782109943719848</id><published>2009-06-18T10:08:52.024-04:00</published><updated>2009-06-18T10:08:52.024-04:00</updated><title type='text'>Great post, thanks for sharing!
I&amp;#39;ve been work...</title><content type='html'>Great post, thanks for sharing!&lt;br /&gt;I&amp;#39;ve been working almost only with website projects and that worked fine for small/quick websites. WAP seems a bit more work, but I suppose you perhaps get more speed during runtime due to less code to compile.&lt;br /&gt;I also found it hard with WAP to just copy/paste already existing aspx pages from other projects, since they wouldn&amp;#39;t compile at first try. Besides that, if you paste some code to an aspx page with some server controls, they won&amp;#39;t be available in the code-behind, unless you manually declare them in the somepage.designer.cs file.&lt;br /&gt;These were my first impressions about the WAP project type. Please let me know if my findings are wrong!&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Felipe</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/4565782109943719848'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/4565782109943719848'/><link rel='alternate' type='text/html' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html?showComment=1245334132024#c4565782109943719848' title=''/><author><name>Felipe Lima</name><uri>http://felipel.com</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html' ref='tag:blogger.com,1999:blog-13073408.post-5977649411335219705' source='http://www.blogger.com/feeds/13073408/posts/default/5977649411335219705' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-501734271'/></entry><entry><id>tag:blogger.com,1999:blog-13073408.post-750071300113477084</id><published>2009-04-10T18:18:00.000-04:00</published><updated>2009-04-10T18:18:00.000-04:00</updated><title type='text'>A Web app is needed if you want to use nunit for u...</title><content type='html'>A Web app is needed if you want to use nunit for unit tests. With a website that's pretty difficult (impossible?). Likewise all the other open source unit test tools can be used with a web app and you can then use NAnt and CruiseControl too. The .dll files have meaningful names and you can include references for for test code. A web app is a tiny bit more work; but crucially important if you must write unit tests.&lt;BR/&gt;&lt;BR/&gt;There seems to be no way to convert from a website to a web app.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/750071300113477084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/750071300113477084'/><link rel='alternate' type='text/html' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html?showComment=1239401880000#c750071300113477084' title=''/><author><name>Isaac</name><uri>http://www.blogger.com/profile/00546379110958307956</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html' ref='tag:blogger.com,1999:blog-13073408.post-5977649411335219705' source='http://www.blogger.com/feeds/13073408/posts/default/5977649411335219705' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1300069768'/></entry><entry><id>tag:blogger.com,1999:blog-13073408.post-4597882849393254164</id><published>2009-01-22T10:20:00.000-05:00</published><updated>2009-01-22T10:20:00.000-05:00</updated><title type='text'>Hi,&lt;br&gt;&lt;br&gt;I have been a .Net developer since it's...</title><content type='html'>Hi,&lt;BR/&gt;&lt;BR/&gt;I have been a .Net developer since it's inception (I was C++ developer prior to than).  I have worked a lot more on WAP than website projects.  I must say for many applications, WAP makes more sense; however, I have worked for small ASP companies; in these cases, website projects work a lot better than WAP because changes can be made quicker.  In case of an urgent push, it is a lot easier to make the push as a website project.  I know many people are fans of WAP (I was one of them); nevertheless, I am pragmatic and I have found out that when you maintain a site; it is more convenient to use a website project.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/4597882849393254164'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13073408/5977649411335219705/comments/default/4597882849393254164'/><link rel='alternate' type='text/html' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html?showComment=1232637600000#c4597882849393254164' title=''/><author><name>SeniorNet</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.compiledthoughts.com/2008/05/web-site-vs-web-application-project.html' ref='tag:blogger.com,1999:blog-13073408.post-5977649411335219705' source='http://www.blogger.com/feeds/13073408/posts/default/5977649411335219705' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-194722940'/></entry></feed>
