<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>wapl Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=wapl&amp;title=Home</link><description>wapl Wiki Rss Description</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Welcome to the CodePlex project for WAPL (Web Application Project Libraries)&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=How%20It%20Works&amp;amp;referringTitle=Home"&gt;How It Works&lt;/a&gt;
&lt;/h4&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=Getting%20Started&amp;amp;referringTitle=Home"&gt;Getting Started&lt;/a&gt;
&lt;/h4&gt; &lt;br /&gt;This project's aim is to develop additional library functionality for the Web Application Projects (&lt;a href="http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/default.aspx" class="externalLink"&gt;http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) Visual Studio 2005 extension. Allowing ASP.net developers to quickly compile web libraries of UserControls, Pages and MasterPages.&lt;br /&gt; &lt;br /&gt;It currently consists of two main parts,&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A post-build tool which compiles UserControls, Pages and MasterPages files for a web library project and merges them with the files compiled as standard. Creating a single assembly file of everything that is needed for the web library.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A set of classes which facilitate the serving of Pages and MasterPages from inside these web libraries to client. They have been developed to mirror the impliementation of web resources already found in ASP.net.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=PrecompiledPageAttribute%20and%20PrecompiledPageFactory&amp;amp;referringTitle=Home"&gt;PrecompiledPageAttribute and PrecompiledPageFactory&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=PrecompiledPageManager&amp;amp;referringTitle=Home"&gt;PrecompiledPageManager&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=PrecompiledPage%20and%20PrecompiledMasterPage&amp;amp;referringTitle=Home"&gt;PrecompiledPage and PrecompiledMasterPage&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=PrecompiledUserControl&amp;amp;referringTitle=Home"&gt;PrecompiledUserControl&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;User controls can now be added to your pages as if they were custom controls (i.e. not referenced using a filename but with the class name). Currently I haven't found a way of getting them to appear in the tool box (with them being UserControls), but you can add them manually in the HTML. &lt;br /&gt; &lt;br /&gt;Due to the nature of ASP.net and the way it compiles the files there are issues with how &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=class%20names&amp;amp;referringTitle=Home"&gt;class names&lt;/a&gt; need to be set up.&lt;br /&gt; &lt;br /&gt;When using the WAPL Tool with Windows Vista you may need to run Visual Studio as Administrator otherwise you will have problems with access being denied to your own assemblies.&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 10 Apr 2008 23:32:45 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080410113245P</guid></item><item><title>UPDATED WIKI: Microsoft's Web Application Project Option</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft's Web Application Project Option&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
When Visual Studio 2005 was released it replaced ASP.net projects with a new Web Sites model. This new conceptual model was designed to simplfy configuration and deployment. Previously a ASP.net site would be compiled into a single assembly before it was used, the new &amp;quot;Web Site&amp;quot; did not do this.&lt;br /&gt; &lt;br /&gt;However, because there was no easy way to upgrade to this new model (and many people prefered the project model) Microsoft released the Web Application Project option.&lt;br /&gt; &lt;br /&gt;WAPL (Web Application Project Libraries) requires this option (hense the name), to install it follow the instructions in &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=How%20to%20Install%20Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=Microsoft%27s%20Web%20Application%20Project%20Option"&gt;How to Install Microsoft's Web Application Project Option&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;See Also&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://webproject.scottgu.com/" class="externalLink"&gt;http://webproject.scottgu.com/&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 14:44:41 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Microsoft's Web Application Project Option 20070405024441P</guid></item><item><title>UPDATED WIKI: Microsoft's Web Application Project Option</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft's Web Application Project Option&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
When Visual Studio 2005 was released it replaced ASP.net projects with a new Web Sites model. This new conceptual model was designed to simplfy configuration and deployment. Previously a ASP.net site would be compiled into a single assembly before it was used, the new &amp;quot;Web Site&amp;quot; did not do this.&lt;br /&gt; &lt;br /&gt;However, because there was no easy way to upgrade to this new model (and many people prefered the project model) Microsoft released the Web Application Project option.&lt;br /&gt; &lt;br /&gt;WAPL (Web Application Project Libraries) requires this option (hense the name), to use it follow the instructions in &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=How%20to%20Install%20Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=Microsoft%27s%20Web%20Application%20Project%20Option"&gt;How to Install Microsoft's Web Application Project Option&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;See Also&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://webproject.scottgu.com/" class="externalLink"&gt;http://webproject.scottgu.com/&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 14:41:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Microsoft's Web Application Project Option 20070405024135P</guid></item><item><title>UPDATED WIKI: Microsoft's Web Application Project Option</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft's Web Application Project Option&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
When Visual Studio 2005 was released it replaced ASP.net projects with a new Web Sites model. This new conceptual model was designed to simplfy configuration and deployment. Previously a ASP.net site would be compiled into a single assembly before it was used, the new &amp;quot;Web Site&amp;quot; did not do this.&lt;br /&gt; &lt;br /&gt;However, because there was no easy way to upgrade to this new model (and many people prefered the project model) Microsoft released the Web Application Project option.&lt;br /&gt; &lt;br /&gt;WAPL (Web Application Project Libraries) requires this option (hense the name), to use it follow the instructions in &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=How%20to%20Install%20Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=Microsoft%27s%20Web%20Application%20Project%20Option"&gt;How to Install Microsoft's Web Application Project Option&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;See Also&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=http%3a%2f%2fwebproject.scottgu.com%2f&amp;amp;referringTitle=Microsoft%27s%20Web%20Application%20Project%20Option"&gt;http://webproject.scottgu.com/&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 14:39:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Microsoft's Web Application Project Option 20070405023935P</guid></item><item><title>UPDATED WIKI: Web Application Project</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=Web Application Project&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
See &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=Web%20Application%20Project"&gt;Microsoft's Web Application Project Option&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 14:37:48 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Web Application Project 20070405023748P</guid></item><item><title>UPDATED WIKI: WAPL Tool</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=WAPL Tool&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
The WAPL Tool exists to compile the markup files for UserControls, Pages and Master Pages that are contained in a &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=Web%20Application%20Project&amp;amp;referringTitle=WAPL%20Tool"&gt;Web Application Project&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=How%20to%20use%20the%20WAPL%20Tool&amp;amp;referringTitle=WAPL%20Tool"&gt;How to use the WAPL Tool&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 14:36:15 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: WAPL Tool 20070405023615P</guid></item><item><title>UPDATED WIKI: How It Works</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=How It Works&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Web Application Projects&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The platform from which this project builds upon is &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=How%20It%20Works"&gt;Microsoft's Web Application Project Option&lt;/a&gt; for Visual Studio 2005. These projects can contain normal project items aswell as ASP.net items. These are compiled into a single assembly as they were in Visual Studio 2003.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Markup File Compilation and Merging&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;However, the markup files for UserControls, Pages and Master Pages are not compiled and thus the assembly cannot be distributed on its own as self contained library of the items within it. WAPL (Web Application Project Libraries) overcomes this by compiling these extra markup files and merging them with the original assembly compiled by Visual Studio. It does this using a small console application called the &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=WAPL%20Tool&amp;amp;referringTitle=How%20It%20Works"&gt;WAPL Tool&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 14:30:17 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: How It Works 20070405023017P</guid></item><item><title>UPDATED WIKI: How It Works</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=How It Works&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Web Application Projects&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The platform from which this project builds upon is &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=How%20It%20Works"&gt;Microsoft's Web Application Project Option&lt;/a&gt; for Visual Studio 2005. These projects can contain normal project items aswell as ASP.net items. These are compiled into a single assembly as they were in Visual Studio 2003.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Markup File Compilation and Merging (WAPL Tool)&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;However, the markup files for UserControls, Pages and Master Pages are not compiled and thus the assembly cannot be distributed on its own as self contained library of the items within it. WAPL (Web Application Project Libraries) overcomes this by compiling these extra markup files and merging them with the original assembly compiled by Visual Studio. It does this using a small console application called the &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=WAPL%20Tool&amp;amp;referringTitle=How%20It%20Works"&gt;WAPL Tool&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 14:20:55 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: How It Works 20070405022055P</guid></item><item><title>UPDATED WIKI: How It Works</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=How It Works&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Web Application Projects&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The platform from which this project builds upon is &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=How%20It%20Works"&gt;Microsoft's Web Application Project Option&lt;/a&gt; for Visual Studio 2005. These projects can contain normal project items aswell as ASP.net items. These are compiled into a single assembly as they were in Visual Studio 2003.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Markup File Compilation and Merging (WAPL Tool)&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;However, the markup files for UserControls, Pages and Master Pages are not compiled and thus the assembly cannot be distributed on its own as self contained library of the items within it. WAPL (Web Application Project Libraries) overcomes this by compiling these extra markup files and merging them with the original assembly compiled by Visual Studio. It does this using a small console application called the &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=WAPL%20Tool&amp;amp;referringTitle=How%20It%20Works"&gt;WAPL Tool&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 14:20:23 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: How It Works 20070405022023P</guid></item><item><title>UPDATED WIKI: How It Works</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=How It Works&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Web Application Projects
&lt;/h2&gt; &lt;br /&gt;The platform from which this project builds upon is &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=How%20It%20Works"&gt;Microsoft's Web Application Project Option&lt;/a&gt; for Visual Studio 2005. These projects can contain normal project items aswell as ASP.net items. These are compiled into a single assembly as they were in Visual Studio 2003.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Markup File Compilation and Merging (WAPL Tool)
&lt;/h2&gt; &lt;br /&gt;However, the markup files for UserControls, Pages and Master Pages are not compiled and thus the assembly cannot be distributed on its own as self contained library of the items within it. WAPL (Web Application Project Libraries) overcomes this by compiling these extra markup files and merging them with the original assembly compiled by Visual Studio. It does this using a small console application called the &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=WAPL%20Tool&amp;amp;referringTitle=How%20It%20Works"&gt;WAPL Tool&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 14:20:04 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: How It Works 20070405022004P</guid></item><item><title>UPDATED WIKI: How It Works</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=How It Works&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
The platform from which this project builds upon is &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=How%20It%20Works"&gt;Microsoft's Web Application Project Option&lt;/a&gt; for Visual Studio 2005. These projects can contain normal project items aswell as ASP.net items. These are compiled into a single assembly as they were in Visual Studio 2003.&lt;br /&gt; &lt;br /&gt;However, the markup files for UserControls, Pages and Master Pages are not compiled and thus the assembly cannot be distributed on its own as self contained library of the items within it. WAPL (Web Application Project Libraries) overcomes this by compiling these extra markup files and merging them with the original assembly compiled by Visual Studio. It does this using a small console application called the &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=WAPL%20Tool&amp;amp;referringTitle=How%20It%20Works"&gt;WAPL Tool&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 14:19:09 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: How It Works 20070405021909P</guid></item><item><title>UPDATED WIKI: How It Works</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=How It Works&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
The platform from which this project builds upon is &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=How%20It%20Works"&gt;Microsoft's Web Application Project Option&lt;/a&gt; for Visual Studio 2005. These projects can contain normal project items aswell as ASP.net items. These are compiled into a single assembly as they were in Visual Studio 2003.&lt;br /&gt; &lt;br /&gt;However, the markup files for UserControls, Pages and Master Pages are not compiled and thus the assembly cannot be distributed on its own as self contained library of the items within it.&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 14:15:44 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: How It Works 20070405021544P</guid></item><item><title>UPDATED WIKI: How It Works</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=How It Works&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
The platform from which this project builds upon is &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=How%20It%20Works"&gt;Microsoft's Web Application Project Option&lt;/a&gt; for Visual Studio 2005. These projects can contain normal project items aswell as ASP.net items. These are compiled into a single assembly as they were in Visual Studio 2003.&lt;br /&gt; &lt;br /&gt;However, the markup files for UserControls, Pages and Master Pages are not compiled and thus the assembly cannot be distributed on its own as library of these items.&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 14:10:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: How It Works 20070405021012P</guid></item><item><title>UPDATED WIKI: Getting Started</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=Getting Started&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
To get started using this project please follow the instructions below.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=How%20to%20Install%20Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=Getting%20Started"&gt;How to Install Microsoft's Web Application Project Option&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 13:41:31 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Getting Started 20070405014131P</guid></item><item><title>UPDATED WIKI: Microsoft's Web Application Project Option</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft's Web Application Project Option&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
When Visual Studio 2005 was released it replaced ASP.net projects with a new Web Sites model. This new conceptual model was designed to simplfy configuration and deployment. Previously a ASP.net site would be compiled into a single assembly before it was used, the new &amp;quot;Web Site&amp;quot; did not do this.&lt;br /&gt; &lt;br /&gt;However, because there was no easy way to upgrade to this new model (and many people prefered the project model) Microsoft released the Web Application Project option.&lt;br /&gt; &lt;br /&gt;WAPL (Web Application Project Libraries) requires this option (hense the name), to use it follow the instructions in &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=How%20to%20Install%20Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=Microsoft%27s%20Web%20Application%20Project%20Option"&gt;How to Install Microsoft's Web Application Project Option&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 13:40:23 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Microsoft's Web Application Project Option 20070405014023P</guid></item><item><title>UPDATED WIKI: How It Works</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=How It Works&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
The platform from which this project builds upon is &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=How%20It%20Works"&gt;Microsoft's Web Application Project Option&lt;/a&gt; option for Visual Studio 2005.&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 13:40:09 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: How It Works 20070405014009P</guid></item><item><title>UPDATED WIKI: Web Project Application</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=Web Project Application&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
Moved to &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=Web%20Project%20Application"&gt;Microsoft's Web Application Project Option&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 13:39:45 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Web Project Application 20070405013945P</guid></item><item><title>UPDATED WIKI: How It Works</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=How It Works&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
The platform from which this project builds upon is &lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=Microsoft%20Web%20Project%20Application&amp;amp;referringTitle=How%20It%20Works"&gt;Microsoft Web Project Application&lt;/a&gt; option for Visual Studio 2005.&lt;br /&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 13:38:28 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: How It Works 20070405013828P</guid></item><item><title>UPDATED WIKI: Getting Started</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=Getting Started&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=How%20to%20Install%20Microsoft%27s%20Web%20Application%20Project%20Option&amp;amp;referringTitle=Getting%20Started"&gt;How to Install Microsoft's Web Application Project Option&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 13:37:49 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Getting Started 20070405013749P</guid></item><item><title>UPDATED WIKI: Getting Started</title><link>http://www.codeplex.com/wapl/Wiki/View.aspx?title=Getting Started&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
 &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/wapl/Wiki/View.aspx?title=Installing%20Microsoft%27s%20Web%20Application%20Project&amp;amp;referringTitle=Getting%20Started"&gt;Installing Microsoft's Web Application Project&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>grahamdyson</author><pubDate>Thu, 05 Apr 2007 13:37:22 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Getting Started 20070405013722P</guid></item></channel></rss>