<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Part 1 of 3: Creating sub-projects in IIS with Web Application Projects</title><link>http://blogs.msdn.com/b/webdev/archive/2006/07/01/part-1-of-3-creating-sub-projects-in-iis-with-web-application-projects.aspx</link><description>First a quick intro, since this my first post on the team blog. My name is Omar Khan. I'm the group program manager for the web development tools team. I manage the program management team that helps design the web tools inside of Visual Studio. 
 This</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>【收藏】本周ASP.NET英文技术文章推荐[11/26 - 12/02] </title><link>http://blogs.msdn.com/b/webdev/archive/2006/07/01/part-1-of-3-creating-sub-projects-in-iis-with-web-application-projects.aspx#5775356</link><pubDate>Tue, 30 Oct 2007 05:47:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5775356</guid><dc:creator>Jacky_xu</dc:creator><description>&lt;p&gt;本周ASP.NET英文技术文章推荐[11/26-12/02]&lt;/p&gt;
&lt;p&gt;提醒：若朋友们想对英文文章进行翻译，则首先需要征得原作者的同意，以免日后导致无谓的版权纷争。以下内容节选自《中华人民共和国著作权法...&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5775356" width="1" height="1"&gt;</description></item><item><title>Shared user controls with WCSF 1.1 and WAP</title><link>http://blogs.msdn.com/b/webdev/archive/2006/07/01/part-1-of-3-creating-sub-projects-in-iis-with-web-application-projects.aspx#3460929</link><pubDate>Fri, 22 Jun 2007 16:12:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3460929</guid><dc:creator>Luciano Panaro</dc:creator><description>&lt;p&gt;Introduction The recent release of WCSF 1.1 includes support for the Web Application Projects . Not only&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3460929" width="1" height="1"&gt;</description></item><item><title>RESOLVED: AJAX control toolkit</title><link>http://blogs.msdn.com/b/webdev/archive/2006/07/01/part-1-of-3-creating-sub-projects-in-iis-with-web-application-projects.aspx#2383096</link><pubDate>Thu, 03 May 2007 02:42:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2383096</guid><dc:creator>Jelle</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://ajaxcontroltoolkit.com/Walkthrough/Setup.aspx"&gt;http://ajaxcontroltoolkit.com/Walkthrough/Setup.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The designer did not have the items in the toolbox. A pitty, but solved.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2383096" width="1" height="1"&gt;</description></item><item><title>AJAX control toolkit not working in subproject style.</title><link>http://blogs.msdn.com/b/webdev/archive/2006/07/01/part-1-of-3-creating-sub-projects-in-iis-with-web-application-projects.aspx#2382574</link><pubDate>Thu, 03 May 2007 02:01:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2382574</guid><dc:creator>Jelle</dc:creator><description>&lt;p&gt;I have same problem as with AJAX, but then with the controltoolkit. &lt;/p&gt;
&lt;p&gt;Error	2	The name 'MyAccordion' does not exist in the current context	Error	3	Element 'Accordion' is not a known element. This can occur if there is a compilation error in the Web site.&lt;/p&gt;
&lt;p&gt;&amp;lt;%@ Control Language=&amp;quot;C#&amp;quot; Inherits=&amp;quot;V4A.Modules.PNGT.ViewPNGT&amp;quot; CodeFile=&amp;quot;ViewPNGT.ascx.cs&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; %&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;%@ Register Assembly=&amp;quot;System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&amp;quot; Namespace=&amp;quot;System.Web.UI&amp;quot; TagPrefix=&amp;quot;asp&amp;quot; %&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;%@ Register Assembly=&amp;quot;AjaxControlToolkit&amp;quot; Namespace=&amp;quot;System.Web.UI.WebControls.WebControl&amp;quot; TagPrefix=&amp;quot;ajaxToolkit&amp;quot; %&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;div class=&amp;quot;demoarea&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;	&amp;lt;ajaxToolkit:Accordion id=&amp;quot;MyAccordion&amp;quot; runat=&amp;quot;server&amp;quot; TransitionDuration=&amp;quot;150&amp;quot; FadeTransitions=&amp;quot;true&amp;quot; AutoSize=&amp;quot;None&amp;quot; HeaderCssClass=&amp;quot;pnavH&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;	&amp;lt;/ajaxToolkit:Accordion&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2382574" width="1" height="1"&gt;</description></item><item><title>AJAX in subprojet "Element name is not a known element"</title><link>http://blogs.msdn.com/b/webdev/archive/2006/07/01/part-1-of-3-creating-sub-projects-in-iis-with-web-application-projects.aspx#2382297</link><pubDate>Thu, 03 May 2007 01:43:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2382297</guid><dc:creator>Jelle Ossewaarde</dc:creator><description>&lt;p&gt;I encounter that the subproject throws an error on AJAX: &amp;quot;Element name is not a known element. This can occur if there is a compilation error in the Web site.&amp;quot; I use the method in which after a build the ascx are copied into the root bin : &lt;a rel="nofollow" target="_new" href="http://webproject.scottgu.com/visualbasic/usercontrols/usercontrols.aspx"&gt;http://webproject.scottgu.com/visualbasic/usercontrols/usercontrols.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Jelle&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2382297" width="1" height="1"&gt;</description></item><item><title>re: Part 1 of 3: Creating sub-projects in IIS with Web Application Projects</title><link>http://blogs.msdn.com/b/webdev/archive/2006/07/01/part-1-of-3-creating-sub-projects-in-iis-with-web-application-projects.aspx#2359959</link><pubDate>Tue, 01 May 2007 19:50:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2359959</guid><dc:creator>Mark B</dc:creator><description>&lt;p&gt;I presented this at my company and was told (after working on this for a week!) that the all of the sub-apps would be running in the same process, so if an unhandled error occurred in one sub-app it could cause the application pool to become corrupt and force a recycling that would affect every sub-app. This could cause a loss of all session data in every app.&lt;/p&gt;
&lt;p&gt;Since i am a noob I have no idea if this true. Help!&lt;/p&gt;
&lt;p&gt;-Mark&lt;/p&gt;
&lt;p&gt;PS-I noticed that this structure allows you to share session variables between applications &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2359959" width="1" height="1"&gt;</description></item><item><title>re: Part 1 of 3: Creating sub-projects in IIS with Web Application Projects</title><link>http://blogs.msdn.com/b/webdev/archive/2006/07/01/part-1-of-3-creating-sub-projects-in-iis-with-web-application-projects.aspx#2065730</link><pubDate>Tue, 10 Apr 2007 03:00:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2065730</guid><dc:creator>Web Development Tools Microsoft</dc:creator><description>&lt;p&gt;Hi Jester - can you verify that an update panel works properly in the root project? &amp;nbsp;If that works send me an email (omark-at-microsoft-dot-com) and i'll see if I can help understand what is happening.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2065730" width="1" height="1"&gt;</description></item><item><title>re: Part 1 of 3: Creating sub-projects in IIS with Web Application Projects</title><link>http://blogs.msdn.com/b/webdev/archive/2006/07/01/part-1-of-3-creating-sub-projects-in-iis-with-web-application-projects.aspx#2061809</link><pubDate>Mon, 09 Apr 2007 19:06:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2061809</guid><dc:creator>Jester</dc:creator><description>&lt;p&gt;I have a Sub-Project set up to use ASP.NET AJAX. My Master file and Web.config file are in the root project. My file lookup.aspx that implements the master file is in the Sub-Project. All references to the AJAX library are included in both root and sub projects. My problem is that when I start trying to include &amp;lt;asp:updatepanel in the lookup.aspx the designer complains that it doesnt know what an update panel is and subsequently nothing is added to the designer file.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2061809" width="1" height="1"&gt;</description></item><item><title>Web Application Project Guidance Package using Sub-Projects</title><link>http://blogs.msdn.com/b/webdev/archive/2006/07/01/part-1-of-3-creating-sub-projects-in-iis-with-web-application-projects.aspx#1957413</link><pubDate>Tue, 27 Mar 2007 04:58:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1957413</guid><dc:creator>Espresso Fueled Agile Development</dc:creator><description>&lt;p&gt;Earlier today, I posted to the WCSF CodePlex Community Site a new code-only guidance package, Web Application&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1957413" width="1" height="1"&gt;</description></item><item><title>re: Part 1 of 3: Creating sub-projects in IIS with Web Application Projects</title><link>http://blogs.msdn.com/b/webdev/archive/2006/07/01/part-1-of-3-creating-sub-projects-in-iis-with-web-application-projects.aspx#1656868</link><pubDate>Mon, 12 Feb 2007 06:10:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1656868</guid><dc:creator>Kevin</dc:creator><description>&lt;p&gt;Hi all , very nice site! Thank You !&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1656868" width="1" height="1"&gt;</description></item></channel></rss>