<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries for mrichman</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/mrichman/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for mrichman</title><link>http://channel9.msdn.com/Niners/mrichman/</link></image><description>Entries, comments and threads posted by mrichman</description><link>http://channel9.msdn.com/Niners/mrichman/</link><language>en-us</language><pubDate>Thu, 17 May 2007 20:55:48 GMT</pubDate><lastBuildDate>Thu, 17 May 2007 20:55:48 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Roles-Aware Server Controls [Roles-Aware Server Controls]</title><description>&lt;P&gt;I know how to restrict access to given pages and paths by role. What I'd like to do is restrict content like server controls by role on any arbitrary page, or even alter which "view" is presented by role.&amp;nbsp;Is there a design pattern for this? Also, how can this be done without hardcoding the roles in the code?&lt;BR&gt;&lt;BR&gt;Thanks,&lt;BR&gt;Mark&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/254790-Roles-Aware-Server-Controls/'&gt;Roles-Aware Server Controls&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/254790/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/254790-Roles-Aware-Server-Controls/</comments><link>http://channel9.msdn.com/forums/TechOff/254790-Roles-Aware-Server-Controls/</link><pubDate>Thu, 17 May 2007 20:55:48 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/254790-Roles-Aware-Server-Controls/</guid><evnet:views>854</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/254790/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;P&gt;I know how to restrict access to given pages and paths by role. What I'd like to do is restrict content like server controls by role on any arbitrary page, or even alter which "view" is presented by role.&amp;nbsp;Is there a design pattern for this? Also, how can this be done without hardcoding the roles in the code?&lt;BR&gt;&lt;BR&gt;Thanks,&lt;BR&gt;Mark&lt;/P&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/254790-Roles-Aware-Server-Controls/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/254790/Trackback.aspx</trackback:ping></item><item><title>ASP.NET Tech Support Application [ASP.NET Tech Support Application]</title><description>Does anyone know of a free (maybe open source) ASP.NET application for tech support, help desk, etc.?&lt;BR&gt;&lt;BR&gt;Thanks,&lt;BR&gt;Mark&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/251670-ASPNET-Tech-Support-Application/'&gt;ASP.NET Tech Support Application&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/251670/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/251670-ASPNET-Tech-Support-Application/</comments><link>http://channel9.msdn.com/forums/TechOff/251670-ASPNET-Tech-Support-Application/</link><pubDate>Wed, 24 Jan 2007 16:58:22 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/251670-ASPNET-Tech-Support-Application/</guid><evnet:views>1506</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/251670/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Does anyone know of a free (maybe open source) ASP.NET application for tech support, help desk, etc.?&lt;BR&gt;&lt;BR&gt;Thanks,&lt;BR&gt;Mark</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/251670-ASPNET-Tech-Support-Application/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/251670/Trackback.aspx</trackback:ping></item><item><title>Exception has been thrown by the target of an invocation (HRESULT 0x8000500F) [Exception has been thrown by the target of an invocation (HRESULT 0x8000500F)]</title><description>&lt;p&gt;I've tried these command lines: &lt;/p&gt; &lt;p&gt;adsutil.vbs create_vserv W3SVC/2 &lt;br&gt; &lt;/p&gt;&lt;p&gt;adsutil.vbs create W3SVC/2 "IIsWebServer"&lt;br&gt;&lt;/p&gt;&lt;p&gt;but I'm getting 0x8000500F ("Exception has been thrown by the target of an invocation") &lt;br&gt; &lt;/p&gt;&lt;p&gt;I also get the same exception when calling this from C#: &lt;br&gt; &lt;/p&gt;&lt;p&gt;DirectoryEntry site = (DirectoryEntry)root.Invoke("Create", "IIsWebServer", 2); // or any value for Site ID &lt;br&gt; &lt;/p&gt;&lt;p&gt;I'm running both scenarios as domain admin.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Any ideas? &lt;br&gt; &lt;/p&gt;&lt;p&gt;Thank you, &lt;/p&gt;&lt;p&gt; Mark &lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/251628-Exception-has-been-thrown-by-the-target-of-an-invocation-HRESULT-0x8000500F/'&gt;Exception has been thrown by the target of an invocation (HRESULT 0x8000500F)&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/251628/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/251628-Exception-has-been-thrown-by-the-target-of-an-invocation-HRESULT-0x8000500F/</comments><link>http://channel9.msdn.com/forums/TechOff/251628-Exception-has-been-thrown-by-the-target-of-an-invocation-HRESULT-0x8000500F/</link><pubDate>Tue, 23 Jan 2007 13:06:31 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/251628-Exception-has-been-thrown-by-the-target-of-an-invocation-HRESULT-0x8000500F/</guid><evnet:views>6768</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/251628/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;I've tried these command lines: &lt;/p&gt; &lt;p&gt;adsutil.vbs create_vserv W3SVC/2 &lt;br&gt; &lt;/p&gt;&lt;p&gt;adsutil.vbs create W3SVC/2 "IIsWebServer"&lt;br&gt;&lt;/p&gt;&lt;p&gt;but I'm getting 0x8000500F ("Exception has been thrown by the target of an invocation") &lt;br&gt; &lt;/p&gt;&lt;p&gt;I also get the same exception when calling this from C#: &lt;br&gt; &lt;/p&gt;&lt;p&gt;DirectoryEntry site = (DirectoryEntry)root.Invoke("Create", "IIsWebServer", 2); // or any value for Site ID &lt;br&gt; &lt;/p&gt;&lt;p&gt;I'm running both scenarios as domain admin.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Any ideas? &lt;br&gt; &lt;/p&gt;&lt;p&gt;Thank you, &lt;/p&gt;&lt;p&gt; Mark &lt;/p&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/251628-Exception-has-been-thrown-by-the-target-of-an-invocation-HRESULT-0x8000500F/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/251628/Trackback.aspx</trackback:ping></item><item><title>Server Mechanic [Server Mechanic]</title><description>&lt;a href="http://www.servermechanic.com"&gt;http://www.servermechanic.com&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;A story about a man and a stubborn server that just won't start. The game is one of agility, speed and determination. It is a true man versus machine duel to the death.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/242043-Server-Mechanic/'&gt;Server Mechanic&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/242043/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/242043-Server-Mechanic/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/242043-Server-Mechanic/</link><pubDate>Fri, 20 Oct 2006 16:07:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/242043-Server-Mechanic/</guid><evnet:views>3705</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/242043/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;a href="http://www.servermechanic.com"&gt;http://www.servermechanic.com&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;A story about a man and a stubborn server that just won't start. The game is one of agility, speed and determination. It is a true man versus machine duel to the death.</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/242043-Server-Mechanic/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/242043/Trackback.aspx</trackback:ping></item><item><title>Custom nav toolbar using sitemap roles [Custom nav toolbar using sitemap roles]</title><description>I have the following nav template:&lt;BR&gt;&lt;BR&gt;&amp;lt;asp:Repeater ID="TopNavRepeat" runat="server" &lt;BR&gt; DataSourceID="SiteMapDataSource1"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;HeaderTemplate&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ul&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/HeaderTemplate&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;ItemTemplate&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:HyperLink ID="HyperLink1" runat="server" &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text='&amp;lt;%# Eval("Title") %&amp;gt;' NavigateUrl='&amp;lt;%# Eval("Url") %&amp;gt;'&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ToolTip='&amp;lt;%# Eval("Description") %&amp;gt;' /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/li&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/ItemTemplate&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;FooterTemplate&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ul&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/FooterTemplate&amp;gt;&lt;BR&gt;&amp;lt;/asp:Repeater&amp;gt;&lt;BR&gt;&lt;BR&gt;How do I render the &amp;lt;li&amp;gt; for only those sitemap nodes for which the user's role has access? (i.e. roles="Admins" in Web.sitemap)&lt;BR&gt;&lt;BR&gt;Thanks,&lt;BR&gt;Mark&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/234772-Custom-nav-toolbar-using-sitemap-roles/'&gt;Custom nav toolbar using sitemap roles&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/234772/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/234772-Custom-nav-toolbar-using-sitemap-roles/</comments><link>http://channel9.msdn.com/forums/TechOff/234772-Custom-nav-toolbar-using-sitemap-roles/</link><pubDate>Sat, 30 Sep 2006 22:50:10 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/234772-Custom-nav-toolbar-using-sitemap-roles/</guid><evnet:views>5471</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/234772/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I have the following nav template:&lt;BR&gt;&lt;BR&gt;&amp;lt;asp:Repeater ID="TopNavRepeat" runat="server" &lt;BR&gt; DataSourceID="SiteMapDataSource1"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;HeaderTemplate&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ul&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/HeaderTemplate&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;ItemTemplate&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:HyperLink ID="HyperLink1" runat="server" &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text='&amp;lt;%# Eval("Title") %&amp;gt;' NavigateUrl='&amp;lt;%# Eval("Url") %&amp;gt;'&lt;BR&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/234772-Custom-nav-toolbar-using-sitemap-roles/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/234772/Trackback.aspx</trackback:ping></item><item><title>ul li based menu - setting css class dynamically [ul li based menu - setting css class dynamically]</title><description>&lt;P&gt;I have the following nav menu:&lt;/P&gt;
&lt;P&gt;&amp;lt;div id="nav"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;ul id="navlist"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;li&amp;gt;&amp;lt;a href="/" class=""&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;li&amp;gt;&amp;lt;a href="/foo/orders/" class=""&amp;gt;Orders&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;li&amp;gt;&amp;lt;a href="/bar/catalogs/" class=""&amp;gt;Catalogs&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;li&amp;gt;&amp;lt;a href="/baz/suppliers/" class=""&amp;gt;Suppliers&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;li&amp;gt;&amp;lt;a href="/bam/storefronts/" class="current"&amp;gt;Storefronts&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;li&amp;gt;&amp;lt;a href="/help" class=""&amp;gt;Help&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/ul&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;How do I set the class of the&amp;nbsp;anchor based on the&amp;nbsp;current location? &amp;nbsp;Also, this should apply when browsing any subordinate pages, i.e. /foo/bar/default.aspx and /foo/bar/something.aspx should both set the current location in the nav menu.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/232172-ul-li-based-menu-setting-css-class-dynamically/'&gt;ul li based menu - setting css class dynamically&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/232172/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/232172-ul-li-based-menu-setting-css-class-dynamically/</comments><link>http://channel9.msdn.com/forums/TechOff/232172-ul-li-based-menu-setting-css-class-dynamically/</link><pubDate>Sun, 24 Sep 2006 18:15:09 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/232172-ul-li-based-menu-setting-css-class-dynamically/</guid><evnet:views>4253</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/232172/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I have the following nav menu:
&amp;lt;div id="nav"&amp;gt;
&amp;lt;ul id="navlist"&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href="/" class=""&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href="/foo/orders/" class=""&amp;gt;Orders&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href="/bar/catalogs/" class=""&amp;gt;Catalogs&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href="/baz/suppliers/" class=""&amp;gt;Suppliers&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href="/bam/storefronts/" class="current"&amp;gt;Storefronts&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href="/help" class=""&amp;gt;Help&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;
&amp;lt;/div&amp;gt;
How do I set the class of&amp;#8230;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/232172-ul-li-based-menu-setting-css-class-dynamically/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/232172/Trackback.aspx</trackback:ping></item><item><title>Update metabase for every site? [Update metabase for every site?]</title><description>&lt;p&gt;How do I update the metabase via .vbs or .js to add an HttpRedirect
on a new virtual /foo for each website in my metabase? I have about
2100 websites, so this will need to be automated.&lt;/p&gt;Thanks!&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/225121-Update-metabase-for-every-site/'&gt;Update metabase for every site?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/225121/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/225121-Update-metabase-for-every-site/</comments><link>http://channel9.msdn.com/forums/TechOff/225121-Update-metabase-for-every-site/</link><pubDate>Tue, 29 Aug 2006 13:45:15 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/225121-Update-metabase-for-every-site/</guid><evnet:views>944</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/225121/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;How do I update the metabase via .vbs or .js to add an HttpRedirect
on a new virtual /foo for each website in my metabase? I have about
2100 websites, so this will need to be automated.&lt;/p&gt;Thanks!</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/225121-Update-metabase-for-every-site/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/225121/Trackback.aspx</trackback:ping></item><item><title>Dealing with the pointy-headed boss [Dealing with the pointy-headed boss]</title><description>&lt;SPAN&gt;My boss sent this email out to the dev team. It seems a bit draconian to me, and quite condescending...how would you respond?
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;EM&gt;I’d like to make one thing very clear.&amp;nbsp; Nobody should be writing code without a plan.&amp;nbsp; This means written documentation (usually a design document) on what is to be done including but not limited to system and component description, test cases, programming interfaces and use cases where appropriate; what is to be done and why it is going to be done.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;EM&gt;The design should be reviewed as appropriate: in a meeting and/or by your peers, by architecture and by&amp;nbsp;[John&amp;nbsp;Doe]&amp;nbsp;or me.&amp;nbsp; Before you complete the document(s) &lt;SPAN&gt;it/&lt;/SPAN&gt;they should be re-read for coherence and checked for errors.&amp;nbsp; Don’t think about the minimum you can get away with but instead what you’d want to see if someone else was writing.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;EM&gt;In no uncertain terms, I don’t want to find anyone coding before design has been done – this implies that if there is more than one person on a project that all of the design must be coordinated and complete.&amp;nbsp; If there are any exceptions to this they must be approved by [John Doe] or me respectively.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;BR&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/198288-Dealing-with-the-pointy-headed-boss/'&gt;Dealing with the pointy-headed boss&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/198288/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/198288-Dealing-with-the-pointy-headed-boss/</comments><link>http://channel9.msdn.com/forums/TechOff/198288-Dealing-with-the-pointy-headed-boss/</link><pubDate>Sun, 11 Jun 2006 15:22:03 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/198288-Dealing-with-the-pointy-headed-boss/</guid><evnet:views>2888</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/198288/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;SPAN&gt;My boss sent this email out to the dev team. It seems a bit draconian to me, and quite condescending...how would you respond?
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;EM&gt;I’d like to make one thing very clear.&amp;nbsp; Nobody should be writing code without a plan.&amp;nbsp; This means written documentation (usually a design document) on what is to be done including but not limited to system and component description, test cases, programming interfaces and use cases where appropriate; what is to be done and why it is going to be done.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/198288-Dealing-with-the-pointy-headed-boss/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/198288/Trackback.aspx</trackback:ping></item><item><title>Pointy-headed boss...how to respond? [Pointy-headed boss...how to respond?]</title><description>&lt;P&gt;My boss sent this email out to the dev team. It seems a bit draconian to me, and quite condescending...how would you respond?&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;EM&gt;I’d like to make one thing very clear.&amp;nbsp; Nobody should be writing code without a plan.&amp;nbsp; This means written documentation (usually a design document) on what is to be done including but not limited to system and component description, test cases, programming interfaces and use cases where appropriate; what is to be done and why it is going to be done.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;EM&gt;The design should be reviewed as appropriate: in a meeting and/or by your peers, by architecture and by&amp;nbsp;[John&amp;nbsp;Doe]&amp;nbsp;or me.&amp;nbsp; Before you complete the document(s) &lt;SPAN&gt;it/&lt;/SPAN&gt;they should be re-read for coherence and checked for errors.&amp;nbsp; Don’t think about the minimum you can get away with but instead what you’d want to see if someone else was writing.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;EM&gt;In no uncertain terms, I don’t want to find anyone coding before design has been done – this implies that if there is more than one person on a project that all of the design must be coordinated and complete.&amp;nbsp; If there are any exceptions to this they must be approved by [John Doe] or me respectively.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/198287-Pointy-headed-bosshow-to-respond/'&gt;Pointy-headed boss...how to respond?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/198287/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/198287-Pointy-headed-bosshow-to-respond/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/198287-Pointy-headed-bosshow-to-respond/</link><pubDate>Sun, 11 Jun 2006 15:21:13 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/198287-Pointy-headed-bosshow-to-respond/</guid><evnet:views>6653</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/198287/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;P&gt;My boss sent this email out to the dev team. It seems a bit draconian to me, and quite condescending...how would you respond?&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;EM&gt;I’d like to make one thing very clear.&amp;nbsp; Nobody should be writing code without a plan.&amp;nbsp; This means written documentation (usually a design document) on what is to be done including but not limited to system and component description, test cases, programming interfaces and use cases where appropriate; what is to be done and why it is going to be done.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>17</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/198287-Pointy-headed-bosshow-to-respond/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/198287/Trackback.aspx</trackback:ping></item><item><title>ASP.NET Session Timeout Ignored [ASP.NET Session Timeout Ignored]</title><description>I am trying to alter the session timeout for a simple ASP.NET app.&lt;BR&gt;&lt;BR&gt;In my web.config I set this: &lt;BR&gt;&lt;BR&gt;
&lt;P&gt;&amp;lt;sessionState mode="InProc" timeout="60"/&amp;gt;&lt;BR&gt;&lt;BR&gt;I set the start time in session_start:&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;void Session_Start(object sender, EventArgs e) &lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;Session["StartTime"] = DateTime.Now;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;BR&gt;Then, I refresh the page every second, displaying the session id and elapsed time for the session:&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;%@ Page Language="C#" %&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;script runat="server"&amp;gt;&lt;/P&gt;
&lt;P&gt;protected void Page_Load(object sender, EventArgs e)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;DateTime startTime = (DateTime)Session["StartTime"];&lt;/P&gt;
&lt;P&gt;TimeSpan ts = DateTime.Now.Subtract(startTime);&lt;/P&gt;
&lt;P&gt;lblTimeSpan.Text = ts.Seconds.ToString();&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml" &amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;head id="Head1" runat="server"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;title&amp;gt;Untitled Page&amp;lt;/title&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;meta http-equiv="refresh" content="1"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;form id="form1" runat="server"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;div&amp;gt;&lt;/P&gt;
&lt;P&gt;Session ID &amp;lt;%= Session.SessionID %&amp;gt; has been active &amp;lt;asp:Label ID="lblTimeSpan" runat="server"&amp;gt;&amp;lt;/asp:Label&amp;gt; seconds.&amp;lt;br /&amp;gt;&lt;/P&gt;
&lt;P&gt;Session.Timeout = &amp;lt;%= Session.Timeout %&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;Every time, without fail, no matter what I do to try to manipulate Session.Timeout, the session expires after 60 seconds!&lt;BR&gt;&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/196917-ASPNET-Session-Timeout-Ignored/'&gt;ASP.NET Session Timeout Ignored&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/196917/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/196917-ASPNET-Session-Timeout-Ignored/</comments><link>http://channel9.msdn.com/forums/TechOff/196917-ASPNET-Session-Timeout-Ignored/</link><pubDate>Thu, 08 Jun 2006 17:16:12 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/196917-ASPNET-Session-Timeout-Ignored/</guid><evnet:views>17541</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/196917/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I am trying to alter the session timeout for a simple ASP.NET app.&lt;BR&gt;&lt;BR&gt;In my web.config I set this: &lt;BR&gt;&lt;BR&gt;
&lt;P&gt;&amp;lt;sessionState mode="InProc" timeout="60"/&amp;gt;&lt;BR&gt;&lt;BR&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>10</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/196917-ASPNET-Session-Timeout-Ignored/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/196917/Trackback.aspx</trackback:ping></item><item><title>SQLEXPRESS on Vista x64 Beta 2 [SQLEXPRESS on Vista x64 Beta 2]</title><description>&lt;P&gt;I'm trying to add a databse to App_Data via Visual Studio 2005 under Vista x64 Beta 2. I get this error, "Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed."&lt;BR&gt;&lt;BR&gt;Poking around, I found this &lt;a href="http://www.differentpla.net/node/487"&gt;article&lt;/a&gt;, but it doesn't seem to help. I have deleted the C:\Users\&amp;lt;username&amp;gt;\AppData\Local\Microsoft\Microsoft SQL Server Data\SQLEXPRESS folder and restarted, but when SQL Express starts back up, it recreates that folder and the error still occurs.&lt;BR&gt;&lt;BR&gt;sseutil -l produces the same error as well.&lt;BR&gt;&lt;BR&gt;Any ideas would be appreciated.&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/194279-SQLEXPRESS-on-Vista-x64-Beta-2/'&gt;SQLEXPRESS on Vista x64 Beta 2&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/194279/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/194279-SQLEXPRESS-on-Vista-x64-Beta-2/</comments><link>http://channel9.msdn.com/forums/TechOff/194279-SQLEXPRESS-on-Vista-x64-Beta-2/</link><pubDate>Wed, 31 May 2006 17:19:19 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/194279-SQLEXPRESS-on-Vista-x64-Beta-2/</guid><evnet:views>2013</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/194279/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;P&gt;I'm trying to add a databse to App_Data via Visual Studio 2005 under Vista x64 Beta 2. I get this error, "Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed."&lt;BR&gt;&lt;BR&gt;Poking around, I found this &lt;a href="http://www.differentpla.net/node/487"&gt;article&lt;/a&gt;, but it doesn't seem to help. I have deleted the C:\Users\&amp;lt;username&amp;gt;\AppData\Local\Microsoft\Microsoft SQL Server Data\SQLEXPRESS folder and restarted, but when SQL Express starts back up, it recreates that folder and the error still occurs.&lt;BR&gt;&lt;BR&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/194279-SQLEXPRESS-on-Vista-x64-Beta-2/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/194279/Trackback.aspx</trackback:ping></item><item><title>Vista x64 Build 5381 w/ NVidia GeForce x64 Beta Drivers? [Vista x64 Build 5381 w/ NVidia GeForce x64 Beta Drivers?]</title><description>Has anyone gotten Vista x64 Build 5381 w/ NVidia GeForce x64 Beta drivers to work? I have an HP xw9300 (AMD Opteron) with dual GeForce 7800 GTX's. Vista complains that the drivers I downloaded are corrupt and wont load them after I do the .inf install. Windows XP x64 works fine.&lt;BR&gt;&lt;BR&gt;- Mark&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/190379-Vista-x64-Build-5381-w-NVidia-GeForce-x64-Beta-Drivers/'&gt;Vista x64 Build 5381 w/ NVidia GeForce x64 Beta Drivers?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/190379/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/190379-Vista-x64-Build-5381-w-NVidia-GeForce-x64-Beta-Drivers/</comments><link>http://channel9.msdn.com/forums/TechOff/190379-Vista-x64-Build-5381-w-NVidia-GeForce-x64-Beta-Drivers/</link><pubDate>Sat, 20 May 2006 01:55:05 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/190379-Vista-x64-Build-5381-w-NVidia-GeForce-x64-Beta-Drivers/</guid><evnet:views>5189</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/190379/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Has anyone gotten Vista x64 Build 5381 w/ NVidia GeForce x64 Beta drivers to work? I have an HP xw9300 (AMD Opteron) with dual GeForce 7800 GTX's. Vista complains that the drivers I downloaded are corrupt and wont load them after I do the .inf install. Windows XP x64 works fine.&lt;BR&gt;&lt;BR&gt;- Mark</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>11</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/190379-Vista-x64-Build-5381-w-NVidia-GeForce-x64-Beta-Drivers/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/190379/Trackback.aspx</trackback:ping></item><item><title>SDDL Question [SDDL Question]</title><description>For a given folder, I have the following ACLs applied (in SDDL form as reported by subinacl.exe):&lt;br&gt;&lt;br&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;O:BAG:S-1-5-21-3515201088-327499479-2393324921-513D:ARAI(A;OICI;FR;;;IU)(A;OICI;FA;;;SY)(A;OICI;FR;;;NS)(A;OICI;FA;;;S-1-5-21-3515201088-327499479-2393324921-1122)(A;OICI;FA;;;S-1-5-21-3515201088-327499479-2393324921-33419)(A;OICI;FR;;;S-1-5-21-3515201088-327499479-2393324921-41356)(A;OICI;0x1201ff;;;S-1-5-21-3515201088-327499479-2393324921-41357)(A;OICI;0x1301bf;;;S-1-5-21-3515201088-327499479-2393324921-41358)(A;OICIID;FA;;;S-1-5-21-3827917850-392688904-3840755366-1636)(A;OICIID;FA;;;S-1-5-21-3515201088-327499479-2393324921-1122)(A;OICIID;FA;;;SY)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;br&gt;My question is, what is the difference between OICI and OICIID? I realize this is Object Inherit + Container Inherit + Inherited, but I'm not 100% clear on the meaning of "Inherited" with respect to OICI.&lt;br&gt;&lt;br&gt;Basically, I need to grant user jdoe read access to folder \foo, but read+write+delete access to any child object of \foo. For example, read the contents of \foo, but delete \foo\bar.txt, or create dir \foo\bar.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Mark&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/180325-SDDL-Question/'&gt;SDDL Question&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/180325/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/180325-SDDL-Question/</comments><link>http://channel9.msdn.com/forums/TechOff/180325-SDDL-Question/</link><pubDate>Mon, 24 Apr 2006 18:28:23 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/180325-SDDL-Question/</guid><evnet:views>1022</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/180325/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>For a given folder, I have the following ACLs applied (in SDDL form as reported by&amp;#8230;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/180325-SDDL-Question/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/180325/Trackback.aspx</trackback:ping></item><item><title>Exception parsing web.config when specifying &amp;lt;configuration xmlns=&amp;quot;...&amp;quot;&amp;gt; [Exception parsing web.config when specifying &amp;lt;configuration xmlns=&amp;quot;...&amp;quot;&amp;gt;]</title><description>I am parsing the value of my forms auth timeout in the /configuration/system.web/authentication/forms element of my web.config as follows:&lt;br&gt;&lt;br&gt;&lt;pre&gt;string webconfig = Request.ServerVariables["APPL_PHYSICAL_PATH"].ToString() + "web.config";&lt;br&gt;System.Xml.XmlDocument x = new System.Xml.XmlDocument();&lt;br&gt;x.Load(webconfig);&lt;br&gt;System.Xml.XmlNode node = x.SelectSingleNode("/configuration/system.web/authentication/forms");&lt;br&gt;int timeout = int.Parse(node.Attributes["timeout"].Value, System.Globalization.CultureInfo.InvariantCulture.NumberFormat);&lt;/pre&gt;This code works fine, unless I specify a namespace for the &amp;lt;configuration&amp;gt; element:&lt;br&gt;&lt;br&gt;&amp;lt;configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"&amp;gt;&lt;br&gt;&lt;br&gt;In this case, SelectSingleNode() returns null. Omitting the xmlns="..." directive allows the code to work without an exception.&lt;br&gt;&lt;br&gt;What am I doing wrong?&lt;br&gt;&lt;br&gt;- Mark&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/178972-Exception-parsing-webconfig-when-specifying-ltconfiguration-xmlnsquotquotgt/'&gt;Exception parsing web.config when specifying &amp;lt;configuration xmlns=&amp;quot;...&amp;quot;&amp;gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/178972/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/178972-Exception-parsing-webconfig-when-specifying-ltconfiguration-xmlnsquotquotgt/</comments><link>http://channel9.msdn.com/forums/TechOff/178972-Exception-parsing-webconfig-when-specifying-ltconfiguration-xmlnsquotquotgt/</link><pubDate>Wed, 19 Apr 2006 15:06:18 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/178972-Exception-parsing-webconfig-when-specifying-ltconfiguration-xmlnsquotquotgt/</guid><evnet:views>2885</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/178972/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I am parsing the value of my forms auth timeout in the /configuration/system.web/authentication/forms element of my web.config as follows:&lt;br&gt;&lt;br&gt;&lt;pre&gt;string webconfig = Request.ServerVariables["APPL_PHYSICAL_PATH"].ToString() + "web.config";&lt;br&gt;System.Xml.XmlDocument x = new System.Xml.XmlDocument();&lt;br&gt;x.Load(webconfig);&lt;br&gt;System.Xml.XmlNode node = x.SelectSingleNode("/configuration/system.web/authentication/forms");&lt;br&gt;int timeout = int.Parse(node.Attributes["timeout"].Value, System.Globalization.CultureInfo.InvariantCulture.NumberFormat);&lt;/pre&gt;This code works fine, unless I specify a namespace for the &amp;lt;configuration&amp;gt; element:&lt;br&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/178972-Exception-parsing-webconfig-when-specifying-ltconfiguration-xmlnsquotquotgt/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/178972/Trackback.aspx</trackback:ping></item><item><title>Delete all aspnet_* entries for a given ApplicationName [Delete all aspnet_* entries for a given ApplicationName]</title><description>Is there an easy way to delete all ASP.NET applications services db entries (aspnet_* tables) for a given value in aspnet_Applications.ApplicationName?&lt;br&gt;&lt;p class="MsoNormal"&gt;ASP.NET apps (using the default provider) create entries in the following shared tables:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;aspnet_Applications&lt;/li&gt;&lt;li&gt;aspnet_Membership&lt;/li&gt;&lt;li&gt;aspnet_Profile&lt;/li&gt;&lt;li&gt;aspnet_Roles&lt;/li&gt;&lt;li&gt;aspnet_Users&lt;/li&gt;&lt;li&gt;aspnet_UsersInRoles&lt;/li&gt;&lt;/ul&gt;











I'd like to be able to nondescructively "uninstall" one ASP.NET application without disturbing another's data, where several apps may share a single database instance.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Mark&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/175813-Delete-all-aspnet-entries-for-a-given-ApplicationName/'&gt;Delete all aspnet_* entries for a given ApplicationName&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/175813/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/175813-Delete-all-aspnet-entries-for-a-given-ApplicationName/</comments><link>http://channel9.msdn.com/forums/TechOff/175813-Delete-all-aspnet-entries-for-a-given-ApplicationName/</link><pubDate>Fri, 07 Apr 2006 18:45:11 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/175813-Delete-all-aspnet-entries-for-a-given-ApplicationName/</guid><evnet:views>3266</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/175813/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Is there an easy way to delete all ASP.NET applications services db entries (aspnet_* tables) for a given value in aspnet_Applications.ApplicationName?&lt;br&gt;&lt;p class="MsoNormal"&gt;ASP.NET apps (using the default provider) create entries in the following shared tables:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;aspnet_Applications&lt;/li&gt;&lt;li&gt;aspnet_Membership&lt;/li&gt;&lt;li&gt;aspnet_Profile&lt;/li&gt;&lt;li&gt;aspnet_Roles&lt;/li&gt;&lt;li&gt;aspnet_Users&lt;/li&gt;&lt;li&gt;aspnet_UsersInRoles&lt;/li&gt;&lt;/ul&gt;











I'd like to be able to nondescructively "uninstall" one ASP.NET application without disturbing another's data, where several apps may share a single database instance.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Mark&lt;br&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/175813-Delete-all-aspnet-entries-for-a-given-ApplicationName/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/175813/Trackback.aspx</trackback:ping></item><item><title>Open source ASP.NET based IIS log file analyzer [Open source ASP.NET based IIS log file analyzer]</title><description>Does one exist? I'm looking for something like Urchin, AWStats, LiveStats, etc.&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/174777-Open-source-ASPNET-based-IIS-log-file-analyzer/'&gt;Open source ASP.NET based IIS log file analyzer&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/174777/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/174777-Open-source-ASPNET-based-IIS-log-file-analyzer/</comments><link>http://channel9.msdn.com/forums/TechOff/174777-Open-source-ASPNET-based-IIS-log-file-analyzer/</link><pubDate>Tue, 04 Apr 2006 18:51:40 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/174777-Open-source-ASPNET-based-IIS-log-file-analyzer/</guid><evnet:views>5835</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/174777/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Does one exist? I'm looking for something like Urchin, AWStats, LiveStats, etc.&lt;br&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/174777-Open-source-ASPNET-based-IIS-log-file-analyzer/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/174777/Trackback.aspx</trackback:ping></item><item><title>Factoring Interfaces for WCF (Indigo) [Factoring Interfaces for WCF (Indigo)]</title><description>&lt;span id="_ctl0_MainContent_PostFlatView"&gt;&lt;span&gt;I am embarking on my
first WCF (Indigo) based service. This service will be evolved from an existing
.asmx based set of web services that expose over 200 webmethods. My
question is, what is the best way to (re)factor the .asmx interfaces in
WCF? I was considering a single IMyInterface containing the 200+
methods, and then perhaps partial classes for the implementation to
maintain some modularity. Is this a bad idea? Are there any best
practices for factoring WCF interfaces?&lt;/span&gt;&lt;/span&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/169309-Factoring-Interfaces-for-WCF-Indigo/'&gt;Factoring Interfaces for WCF (Indigo)&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/169309/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/169309-Factoring-Interfaces-for-WCF-Indigo/</comments><link>http://channel9.msdn.com/forums/TechOff/169309-Factoring-Interfaces-for-WCF-Indigo/</link><pubDate>Tue, 21 Mar 2006 14:16:04 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/169309-Factoring-Interfaces-for-WCF-Indigo/</guid><evnet:views>849</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/169309/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;span id="_ctl0_MainContent_PostFlatView"&gt;&lt;span&gt;I am embarking on my
first WCF (Indigo) based service. This service will be evolved from an existing
.asmx based set of web services that expose over 200 webmethods. My
question is, what is the best way to (re)factor the .asmx interfaces in
WCF? I was considering a single IMyInterface containing the 200+
methods, and then perhaps partial classes for the implementation to
maintain some modularity. Is this a bad idea? Are there any best
practices for factoring WCF interfaces?&lt;/span&gt;&lt;/span&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/169309-Factoring-Interfaces-for-WCF-Indigo/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/169309/Trackback.aspx</trackback:ping></item><item><title>Using @ symbol in DSN UID= [Using @ symbol in DSN UID=]</title><description>Yes, I know I should be using DSN-less connections. But, I was just playing around with using UPN syntax usernames in DSNs, and came across this behavior. The following fails to connect:&lt;br&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;cnnTest.Open 
"DSN=mydsn;UID=user@domain.com;PWD=password;DATABASE=mydatabase;"&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;while concatenating the @ works fine:&lt;br&gt;&lt;span&gt;&lt;br&gt;cnnTest.Open "DSN=mydsn;UID=user" &amp;amp; "@" 
&amp;amp; "domain.com;PWD=password;DATABASE=mydatabase;"&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;br&gt;&lt;br&gt;Does anyone know why this could be?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/167552-Using--symbol-in-DSN-UID/'&gt;Using @ symbol in DSN UID=&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/167552/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/167552-Using--symbol-in-DSN-UID/</comments><link>http://channel9.msdn.com/forums/TechOff/167552-Using--symbol-in-DSN-UID/</link><pubDate>Wed, 15 Mar 2006 16:16:09 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/167552-Using--symbol-in-DSN-UID/</guid><evnet:views>2372</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/167552/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Yes, I know I should be using DSN-less connections. But, I was just playing around with using UPN syntax usernames in DSNs, and came across this behavior. The following fails to connect:&lt;br&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;cnnTest.Open 
"DSN=mydsn;UID=user@domain.com;PWD=password;DATABASE=mydatabase;"&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;while concatenating the @ works fine:&lt;br&gt;&lt;span&gt;&lt;br&gt;cnnTest.Open "DSN=mydsn;UID=user" &amp;amp; "@" 
&amp;amp; "domain.com;PWD=password;DATABASE=mydatabase;"&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;br&gt;&lt;br&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/167552-Using--symbol-in-DSN-UID/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/167552/Trackback.aspx</trackback:ping></item><item><title>Ruby on Rails vs. ASP.NET Deathmatch!!! [Ruby on Rails vs. ASP.NET Deathmatch!!!]</title><description>I knew that subject would get your attention :)&lt;br&gt;&lt;br&gt;I've never programmed in Ruby before, but I just watched these impressive presentations on Ruby on Rails, and I would love to see the ASP.NET community counter with demos of their own:&lt;br&gt;&lt;br&gt;&lt;a href="http://rubyonrails.org/screencasts"&gt;http://rubyonrails.org/screencasts&lt;/a&gt;&lt;br&gt;&lt;br&gt;While Ruby on Rails may seem to allow one to get a simple app up and running quickly, ASP.NET has a whole lot less *total* code, even if it may take a bit longer. For example, I bet that blog demo can be done in ASP.NET with one .aspx file with little or no code-behind and a web.config, plus an .mdf.&lt;br&gt;&lt;br&gt;Symfony looked cool too: &lt;a href="http://downloads.symfony-project.com/demo/cart/cart.mov"&gt;http://downloads.symfony-project.com/demo/cart/cart.mov&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thoughts?&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/165618-Ruby-on-Rails-vs-ASPNET-Deathmatch/'&gt;Ruby on Rails vs. ASP.NET Deathmatch!!!&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/165618/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/165618-Ruby-on-Rails-vs-ASPNET-Deathmatch/</comments><link>http://channel9.msdn.com/forums/TechOff/165618-Ruby-on-Rails-vs-ASPNET-Deathmatch/</link><pubDate>Thu, 09 Mar 2006 12:43:38 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/165618-Ruby-on-Rails-vs-ASPNET-Deathmatch/</guid><evnet:views>39498</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/165618/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I knew that subject would get your attention &lt;img src='/emoticons/C9/emotion-1.gif' alt='Smiley' /&gt;&lt;br&gt;&lt;br&gt;I've never programmed in Ruby before, but I just watched these impressive presentations on Ruby on Rails, and I would love to see the ASP.NET community counter with demos of their own:&lt;br&gt;&lt;br&gt;&lt;a href="http://rubyonrails.org/screencasts"&gt;http://rubyonrails.org/screencasts&lt;/a&gt;&lt;br&gt;&lt;br&gt;While Ruby on Rails may seem to allow one to get a simple app up and running quickly, ASP.NET has a whole lot less *total* code, even if it may take a bit longer. For example, I bet that blog demo can be done in ASP.NET with one .aspx file with little or no code-behind and a web.config, plus an .mdf.&lt;br&gt;&lt;br&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>38</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/165618-Ruby-on-Rails-vs-ASPNET-Deathmatch/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/165618/Trackback.aspx</trackback:ping></item><item><title>Dynamically using .resx resources on a per-theme basis [Dynamically using .resx resources on a per-theme basis]</title><description>Is there any way to assign .resx resources on a per-theme basis? That
is, when I am using theme ~/App_Themes/Foo use Foo.resx, and when using
theme ~/App_Themes/Bar use Bar.resx.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Mark&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/162802-Dynamically-using-resx-resources-on-a-per-theme-basis/'&gt;Dynamically using .resx resources on a per-theme basis&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/162802/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/162802-Dynamically-using-resx-resources-on-a-per-theme-basis/</comments><link>http://channel9.msdn.com/forums/TechOff/162802-Dynamically-using-resx-resources-on-a-per-theme-basis/</link><pubDate>Wed, 01 Mar 2006 15:16:03 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/162802-Dynamically-using-resx-resources-on-a-per-theme-basis/</guid><evnet:views>758</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/162802/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Is there any way to assign .resx resources on a per-theme basis? That
is, when I am using theme ~/App_Themes/Foo use Foo.resx, and when using
theme ~/App_Themes/Bar use Bar.resx.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Mark</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/162802-Dynamically-using-resx-resources-on-a-per-theme-basis/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/162802/Trackback.aspx</trackback:ping></item><item><title>Processing Audio Files [Processing Audio Files]</title><description>What is the best way to process audio files (mp3, wma, wav, aac) in .NET? &lt;br&gt; Specifically, I need to concatenate multiple audio streams into a &lt;br&gt; single stream for download.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/154740-Processing-Audio-Files/'&gt;Processing Audio Files&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/154740/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/154740-Processing-Audio-Files/</comments><link>http://channel9.msdn.com/forums/TechOff/154740-Processing-Audio-Files/</link><pubDate>Fri, 27 Jan 2006 16:08:48 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/154740-Processing-Audio-Files/</guid><evnet:views>1529</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/154740/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>What is the best way to process audio files (mp3, wma, wav, aac) in .NET? &lt;br&gt; Specifically, I need to concatenate multiple audio streams into a &lt;br&gt; single stream for download.</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/154740-Processing-Audio-Files/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/154740/Trackback.aspx</trackback:ping></item><item><title>Free ASP.NET 2.0 Hosting on Gate.com [Free ASP.NET 2.0 Hosting on Gate.com]</title><description>Check it out.&amp;nbsp; Affinity Internet is running an open beta for their
latest platform, Gate.com.&amp;nbsp; The beta includes ASP.NET 2.0 and is a
great place to test out your code and site to see how they run before
making them live on your existing plans, wherever those may be, or if
you like the platform, purchasing a plan when it launches. &lt;br&gt;
&lt;br&gt;
No domain transfer necessary.&amp;nbsp; They create a trial domain for you.&amp;nbsp; &lt;br&gt;
&lt;br&gt;
You can get to it here: &lt;br&gt;
&lt;br&gt;
&lt;a href="https://my.gate.com/beta/order/domain.htm"&gt;Windows Gate.com Beta Program&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Fully redundant solution, load-balanced web servers, etc. &lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/152741-Free-ASPNET-20-Hosting-on-Gatecom/'&gt;Free ASP.NET 2.0 Hosting on Gate.com&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/152741/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/152741-Free-ASPNET-20-Hosting-on-Gatecom/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/152741-Free-ASPNET-20-Hosting-on-Gatecom/</link><pubDate>Thu, 19 Jan 2006 16:28:52 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/152741-Free-ASPNET-20-Hosting-on-Gatecom/</guid><evnet:views>4625</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/152741/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Check it out.&amp;nbsp; Affinity Internet is running an open beta for their
latest platform, Gate.com.&amp;nbsp; The beta includes ASP.NET 2.0 and is a
great place to test out your code and site to see how they run before
making them live on your existing plans, wherever those may be, or if
you like the platform, purchasing a plan when it launches. &lt;br&gt;
&lt;br&gt;
No domain transfer necessary.&amp;nbsp; They create a trial domain for you.&amp;nbsp; &lt;br&gt;
&lt;br&gt;
You can get to it here: &lt;br&gt;
&lt;br&gt;
&lt;a href="https://my.gate.com/beta/order/domain.htm"&gt;Windows Gate.com Beta Program&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Fully redundant solution, load-balanced web servers, etc. &lt;br&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>16</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/152741-Free-ASPNET-20-Hosting-on-Gatecom/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/152741/Trackback.aspx</trackback:ping></item><item><title>Windows Gate.com Free Beta Web Hosting [Windows Gate.com Free Beta Web Hosting]</title><description>Check it out.&amp;nbsp; Affinity Internet is running an open beta for their
latest platform, Gate.com.&amp;nbsp; The beta includes ASP.NET 2.0 and is a
great place to test out your code and site to see how they run before
making them live on your existing plans, wherever those may be, or if
you like the platform, purchasing a plan when it launches. &lt;br&gt;&lt;br&gt;No domain transfer necessary.&amp;nbsp; They create a trial domain for you.&amp;nbsp; &lt;br&gt;&lt;br&gt;You can get to it here: &lt;br&gt;&lt;br&gt;&lt;a href="https://my.gate.com/beta/order/domain.htm"&gt;Windows Gate.com Beta Program&lt;/a&gt;&lt;br&gt;&lt;br&gt;Fully redundant solution, load-balanced web servers, etc.&amp;nbsp;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/152737-Windows-Gatecom-Free-Beta-Web-Hosting/'&gt;Windows Gate.com Free Beta Web Hosting&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/152737/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/152737-Windows-Gatecom-Free-Beta-Web-Hosting/</comments><link>http://channel9.msdn.com/forums/TechOff/152737-Windows-Gatecom-Free-Beta-Web-Hosting/</link><pubDate>Thu, 19 Jan 2006 16:28:18 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/152737-Windows-Gatecom-Free-Beta-Web-Hosting/</guid><evnet:views>1800</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/152737/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Check it out.&amp;nbsp; Affinity Internet is running an open beta for their
latest platform, Gate.com.&amp;nbsp; The beta includes ASP.NET 2.0 and is a
great place to test out your code and site to see how they run before
making them live on your existing plans, wherever those may be, or if
you like the platform, purchasing a plan when it launches. &lt;br&gt;&lt;br&gt;No domain transfer necessary.&amp;nbsp; They create a trial domain for you.&amp;nbsp; &lt;br&gt;&lt;br&gt;You can get to it here: &lt;br&gt;&lt;br&gt;&lt;a href="https://my.gate.com/beta/order/domain.htm"&gt;Windows Gate.com Beta Program&lt;/a&gt;&lt;br&gt;&lt;br&gt;Fully redundant solution, load-balanced web servers, etc.&amp;nbsp;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/152737-Windows-Gatecom-Free-Beta-Web-Hosting/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/152737/Trackback.aspx</trackback:ping></item><item><title>SecurityException when precompiling ASP.NET 2.0 site [SecurityException when precompiling ASP.NET 2.0 site]</title><description>I'm getting this exception when I browse a precompiled version of my ASP.NET 2.0 site. I am signing with a .snk and AllowPartiallyTrustedCallers is enabled.&lt;br&gt;&lt;br&gt;System.Security.SecurityException:
Request for the permission of type 'System.Web.AspNetHostingPermission,
System, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' failed.&lt;br&gt;&lt;br&gt;Any ideas?&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/148364-SecurityException-when-precompiling-ASPNET-20-site/'&gt;SecurityException when precompiling ASP.NET 2.0 site&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/148364/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/148364-SecurityException-when-precompiling-ASPNET-20-site/</comments><link>http://channel9.msdn.com/forums/TechOff/148364-SecurityException-when-precompiling-ASPNET-20-site/</link><pubDate>Thu, 05 Jan 2006 21:29:19 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/148364-SecurityException-when-precompiling-ASPNET-20-site/</guid><evnet:views>29174</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/148364/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'm getting this exception when I browse a precompiled version of my ASP.NET 2.0 site. I am signing with a .snk and AllowPartiallyTrustedCallers is enabled.&lt;br&gt;&lt;br&gt;System.Security.SecurityException:
Request for the permission of type 'System.Web.AspNetHostingPermission,
System, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' failed.&lt;br&gt;&lt;br&gt;Any ideas?&lt;br&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/148364-SecurityException-when-precompiling-ASPNET-20-site/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/148364/Trackback.aspx</trackback:ping></item><item><title>Web Deployment Project Issues [Web Deployment Project Issues]</title><description>I'm using the new Web Deployment Project, and I'm having an issue.&lt;br&gt;
&lt;br&gt;
The aspnet_compiler doesn't seem to be generating code for my
Login.aspx.cs class. When I browse my compiled site, I get this error, "System.Web.HttpException: The file '/Login.aspx' has not been pre-compiled, and cannot be requested."&lt;br&gt;
&lt;br&gt;
Target AspNetMerge:&lt;br&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; Running aspnet_merge.exe ...&lt;br&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Program
Files\MSBuild\Microsoft\WebDeployment\v8.0\aspnet_merge.exe "D:\My
Documents\Visual Studio 2005\Projects\ControlPanel&lt;br&gt;

\ControlPanel_deploy\Release" -copyattrs "D:\My Documents\Visual Studio
2005\Projects\ControlPanel\ControlPanel_deploy\AssemblyInfo\&lt;br&gt;

Release\AssemblyInfo.dll"&lt;br&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; Successfully merged 'D:\My Documents\Visual Studio 2005\Projects\ControlPanel\ControlPanel_deploy\Release'.&lt;br&gt;

&lt;br&gt;
Target AspNetCompiler:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe
-v /ControlPanel -p "D:\My Documents\Visual Studio 2005\Projec&lt;br&gt;
ts\ControlPanel\ControlPanel_deploy\Source" -f "D:\My Documents\Visual
Studio 2005\Projects\ControlPanel\ControlPanel_deploy\Release&lt;br&gt;
\\"&lt;br&gt;
&lt;br&gt;
However, Login.aspx.&amp;lt;blah&amp;gt;.compiled shows up in the \bin folder.&lt;br&gt;
&lt;br&gt;
Is there any way to get more fine-grained control over these tasks? I
am tempted to dump the .wdproj solution for my own .proj file using the
&amp;lt;AspNetCompiler&amp;gt; task.&lt;br&gt;
&lt;br&gt;
Incidentally, I'm also using the Zip and Version tasks from http://msbuildtasks.tigris.org/ with acceptable results.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Mark&lt;br&gt;
&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/148028-Web-Deployment-Project-Issues/'&gt;Web Deployment Project Issues&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/148028/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/148028-Web-Deployment-Project-Issues/</comments><link>http://channel9.msdn.com/forums/TechOff/148028-Web-Deployment-Project-Issues/</link><pubDate>Wed, 04 Jan 2006 21:35:54 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/148028-Web-Deployment-Project-Issues/</guid><evnet:views>1789</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/148028/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'm using the new Web Deployment Project, and I'm having an issue.&lt;br&gt;
&lt;br&gt;
The aspnet_compiler doesn't seem to be generating code for my
Login.aspx.cs class. When I browse my compiled site, I get this error, "System.Web.HttpException: The file '/Login.aspx' has not been pre-compiled, and cannot be requested."&lt;br&gt;
&lt;br&gt;
Target AspNetMerge:&lt;br&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; Running aspnet_merge.exe ...&lt;br&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Program
Files\MSBuild\Microsoft\WebDeployment\v8.0\aspnet_merge.exe "D:\My
Documents\Visual Studio 2005\Projects\ControlPanel&lt;br&gt;</evnet:previewtext><dc:creator>mrichman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/148028-Web-Deployment-Project-Issues/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/148028/Trackback.aspx</trackback:ping></item></channel></rss>