<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Dominic Sévigny</title><link>http://weblogs.asp.net:80/dsevigny/</link><description> ASP.NET, Ajax and Silverlight</description><item><title>Silverlight Wishes card!</title><link>http://weblogs.asp.net:80/dsevigny/silverlight-wishes-card</link><description>&lt;p&gt;This year at &lt;a href="http://www.runatserver.com/"&gt;RunAtServer Consulting&lt;/a&gt; we made our wishes card with Silverlight and DeepZoom!&lt;/p&gt;  &lt;p&gt;Click the following link to explore our &lt;strong&gt;Silverlight Wishes card&lt;/strong&gt;:     &lt;br /&gt;&lt;a href="http://www.runatserver.com/wishes.aspx"&gt;www.runatserver.com/wishes.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;img height="10" alt="" src="http://weblogs.asp.net/blogs/lduveau/franceflag_FKD0/A.jpg" width="14" align="top" border="0" /&gt; French version &lt;a href="http://www.runatserver.com/voeux.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.runatserver.com/wishes.aspx"&gt;&lt;img title="RunAtServer Consulting Silverlight Wishes card" height="284" alt="RunAtServer Consulting Silverlight Wishes card" src="http://weblogs.asp.net/blogs/lduveau/email_tsOLLQ.jpg" width="470" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 12 Jan 2009 13:49:00 GMT</pubDate><guid isPermaLink="true">http://weblogs.asp.net:80/dsevigny/silverlight-wishes-card</guid><category>Silverlight</category><category>Wishes</category></item><item><title>Silverlight 2 training in Paris</title><link>http://weblogs.asp.net:80/dsevigny/silverlight-2-training-in-paris</link><description>&lt;P&gt;RunAtServer Consulting is proud to bring the Silverlight Tour to Paris, France. On January 19th to January 21st, the Silverlight Tour will stop to Paris, France. For registration, you can go to the following web site: &lt;A href="http://www.octo.com/com/com_formation-silverlight.html" mce_href="http://www.octo.com/com/com_formation-silverlight.html"&gt;http://www.octo.com/com/com_formation-silverlight.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;More information can be found here: &lt;A href="http://www.runatserver.com/SilverlightTraining.aspx" mce_href="http://www.runatserver.com/SilverlightTraining.aspx"&gt;http://www.runatserver.com/SilverlightTraining.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can also learn more about the Silverlight Tour on Shawn Wildermuth web site here: &lt;A href="http://www.silverlight-tour.com/" mce_href="http://www.silverlight-tour.com"&gt;http://www.silverlight-tour.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://3v9ipw.blu.livefilestore.com/y1pXM-DDx3sgewYYBCouu2n-jUhgZtjNZTXL89ag2RKfQnSYSuY-z1TpyCHX8j8i8Er3utzMSpZz3IaH8yrQmIb4Q/Silverlight-Tour_250x250.gif" mce_src="http://3v9ipw.blu.livefilestore.com/y1pXM-DDx3sgewYYBCouu2n-jUhgZtjNZTXL89ag2RKfQnSYSuY-z1TpyCHX8j8i8Er3utzMSpZz3IaH8yrQmIb4Q/Silverlight-Tour_250x250.gif"&gt;&lt;/P&gt;</description><pubDate>Thu, 08 Jan 2009 13:20:00 GMT</pubDate><guid isPermaLink="true">http://weblogs.asp.net:80/dsevigny/silverlight-2-training-in-paris</guid><category>ASP.NET</category><category>Expression Blend</category><category>Silverlight</category><category>Training</category><category>Visual Studio</category></item><item><title>Token Cache with ASP.NET and Basic Authentication</title><link>http://weblogs.asp.net:80/dsevigny/token-cache-with-asp-net-and-basic-authentication</link><description>&lt;P mce_keep="true"&gt;If you develop an &lt;STRONG&gt;ASP.NET&lt;/STRONG&gt; application that use &lt;STRONG&gt;Basic Authentication&lt;/STRONG&gt;, take care to be sure to&amp;nbsp;change the registry on your&amp;nbsp;staging &lt;STRONG&gt;IIS&lt;/STRONG&gt; server. What?&amp;nbsp;Yes, If your application use role based security&amp;nbsp;to&amp;nbsp;securing your&amp;nbsp;pages,&amp;nbsp;adding a new security group to a Windows domain user don't automaticaly give access to theses pages.&lt;BR&gt;&lt;BR&gt;Why? Because&amp;nbsp;when you use &lt;STRONG&gt;Basic authentication&lt;/STRONG&gt;, user tokens are cached in the token cache. By default, tokens remain in the cache for 15 minutes. If you log on using &lt;STRONG&gt;Basic authentication&lt;/STRONG&gt; with an account that has a high level of user logon rights, a successful attacker could use the account to gain access to the resources on your computer.&lt;/P&gt;
&lt;P mce_keep="true"&gt;The Microsoft article : &lt;A href="http://wwwbeta.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/cf438d2c-f9c7-4351-bf56-d2ab950d7d6e.mspx?mfr=true" mce_href="http://wwwbeta.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/cf438d2c-f9c7-4351-bf56-d2ab950d7d6e.mspx?mfr=true"&gt;http://wwwbeta.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/cf438d2c-f9c7-4351-bf56-d2ab950d7d6e.mspx?mfr=true&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;For&amp;nbsp;a production&amp;nbsp;environment,&amp;nbsp;15 minutes is&amp;nbsp;correct but when you are&amp;nbsp;on&amp;nbsp;the staging&amp;nbsp;environment it's very frustrating to wait 15 minutes between each security test. You can change the TTL by modifying a key in the registry.&lt;/P&gt;
&lt;P mce_keep="true"&gt;How to&amp;nbsp;change the registry key (Search for &lt;STRONG&gt;UserTokenTTL&lt;/STRONG&gt; at the bottom of the page)&amp;nbsp;: &lt;A href="http://wwwbeta.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/cf438d2c-f9c7-4351-bf56-d2ab950d7d6e.mspx?mfr=true" mce_href="http://wwwbeta.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/cf438d2c-f9c7-4351-bf56-d2ab950d7d6e.mspx?mfr=true"&gt;http://wwwbeta.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/cf438d2c-f9c7-4351-bf56-d2ab950d7d6e.mspx?mfr=true&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Thanks&lt;BR&gt;Dominic&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;</description><pubDate>Fri, 04 Jan 2008 20:05:00 GMT</pubDate><guid isPermaLink="true">http://weblogs.asp.net:80/dsevigny/token-cache-with-asp-net-and-basic-authentication</guid><category>Active Directory</category><category>ASP.NET</category><category>Development </category><category>IIS</category></item><item><title>My CodeCamp Montreal 2007 presentation</title><link>http://weblogs.asp.net:80/dsevigny/My-codecamp-montreal-2007-presentation</link><description>&lt;P mce_keep="true"&gt;Today, I gave a&amp;nbsp;presentation at CodeCamp Montreal on ASP.NET/AJAX and Visual Studio 2008. Thanks to all attendees. You can download&amp;nbsp;below my code and my powerpoint presentation.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Thanks&lt;BR&gt;Dominic&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;</description><pubDate>Sat, 27 Oct 2007 19:03:00 GMT</pubDate><guid isPermaLink="true">http://weblogs.asp.net:80/dsevigny/My-codecamp-montreal-2007-presentation</guid><category>.NET</category><category>Ajax</category><category>ASP.NET</category><category>Development </category><category>JavaScript</category><category>Speaking</category></item></channel></rss>