<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Tales from the Evil Empire - All Comments</title><link>http://weblogs.asp.net/bleroy/default.aspx</link><description>Bertrand Le Roy's blog</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: A simple ASP.NET photo album</title><link>http://weblogs.asp.net/bleroy/archive/2005/09/08/a-simple-asp-net-photo-album.aspx#7248734</link><pubDate>Sat, 07 Nov 2009 06:25:42 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7248734</guid><dc:creator>Bertrand Le Roy</dc:creator><description>&lt;p&gt;@Sayed Mohamed: I really think that is the problem. Are you sure the bin directory is directly under a directory that is configured in IIS to be an application?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7248734" width="1" height="1"&gt;</description></item><item><title>re: A simple ASP.NET photo album</title><link>http://weblogs.asp.net/bleroy/archive/2005/09/08/a-simple-asp-net-photo-album.aspx#7248729</link><pubDate>Sat, 07 Nov 2009 06:04:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7248729</guid><dc:creator>sayed_mohamed_Darwish</dc:creator><description>&lt;p&gt;&amp;quot;CS0246: The type or namespace name &amp;#39;com&amp;#39; could not be found&amp;quot;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sure that the MetaDataExtractor.dll is loaded to the Bin directory .&lt;/p&gt;
&lt;p&gt;What is the problem ?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7248729" width="1" height="1"&gt;</description></item><item><title>re: How to choose a client template engine</title><link>http://weblogs.asp.net/bleroy/archive/2009/02/05/how-to-choose-a-client-template-engine.aspx#7247996</link><pubDate>Thu, 05 Nov 2009 20:37:44 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247996</guid><dc:creator>Bertrand Le Roy</dc:creator><description>&lt;p&gt;@Chriss: the two protocols that are whitelisted by default are http and https, but you can push a new one into Sys.UI.Template.allowedProtocols.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247996" width="1" height="1"&gt;</description></item><item><title>re: How to choose a client template engine</title><link>http://weblogs.asp.net/bleroy/archive/2009/02/05/how-to-choose-a-client-template-engine.aspx#7247985</link><pubDate>Thu, 05 Nov 2009 20:07:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247985</guid><dc:creator>Chriss</dc:creator><description>&lt;p&gt;How do you whitelist, I&amp;#39;m trying to link into spotify but with no luck at the moment.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247985" width="1" height="1"&gt;</description></item><item><title>re: Dates and JSON</title><link>http://weblogs.asp.net/bleroy/archive/2008/01/18/dates-and-json.aspx#7247967</link><pubDate>Thu, 05 Nov 2009 18:50:23 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247967</guid><dc:creator>michael</dc:creator><description>&lt;p&gt;Does Sys.Serialization.JavaScriptSerializer.deserialize() account for the timezone adjuster?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247967" width="1" height="1"&gt;</description></item><item><title>re: Don't redirect after setting a Session variable (or do it right)</title><link>http://weblogs.asp.net/bleroy/archive/2004/08/03/Don_2700_t-redirect-after-setting-a-Session-variable-_2800_or-do-it-right_2900_.aspx#7247203</link><pubDate>Wed, 04 Nov 2009 19:31:19 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247203</guid><dc:creator>Bertrand Le Roy</dc:creator><description>&lt;p&gt;@etam: no, except if transfer was the right thing to do to begin with. They are not interchangeable.&lt;/p&gt;
&lt;p&gt;Do a redirect (with the right overload) when you want the URL in the browser to reflect the change, and do a transfer if you want to delegate the processing of the current request to another handler or page without it being reflected in the URL. Those are two very different use cases and one should not switch just to work around a bug. Fix the bug instead :)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247203" width="1" height="1"&gt;</description></item><item><title>re: Don't redirect after setting a Session variable (or do it right)</title><link>http://weblogs.asp.net/bleroy/archive/2004/08/03/Don_2700_t-redirect-after-setting-a-Session-variable-_2800_or-do-it-right_2900_.aspx#7247196</link><pubDate>Wed, 04 Nov 2009 19:21:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247196</guid><dc:creator>etam</dc:creator><description>&lt;p&gt;I&amp;#39;m getting the same problem on production server.on &amp;nbsp;localhost it is working fine . do you suggest to use server.transfer instead?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247196" width="1" height="1"&gt;</description></item><item><title>re: asp:menu fix for IE8 problem available</title><link>http://weblogs.asp.net/bleroy/archive/2009/03/23/asp-menu-fix-for-ie8-problem-available.aspx#7247171</link><pubDate>Wed, 04 Nov 2009 18:59:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247171</guid><dc:creator>Bertrand Le Roy</dc:creator><description>&lt;p&gt;@Schubert: if you're still seeing problem after applying this patch, please contact support.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247171" width="1" height="1"&gt;</description></item><item><title>re: asp:menu fix for IE8 problem available</title><link>http://weblogs.asp.net/bleroy/archive/2009/03/23/asp-menu-fix-for-ie8-problem-available.aspx#7247157</link><pubDate>Wed, 04 Nov 2009 18:33:44 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247157</guid><dc:creator>Schubert</dc:creator><description>&lt;p&gt;I downloaded and install it to Windows 2008, but still the same thing. The asp:menu works fine in IE7 but in IE8 the asp:menu not work well the same as before installation of the patch.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247157" width="1" height="1"&gt;</description></item><item><title>re: Dates and JSON</title><link>http://weblogs.asp.net/bleroy/archive/2008/01/18/dates-and-json.aspx#7246903</link><pubDate>Wed, 04 Nov 2009 14:12:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246903</guid><dc:creator>SteveG</dc:creator><description>&lt;p&gt;@Neeta, &amp;nbsp;That just ignores the timezone adjuster +0100. &amp;nbsp;Be careful with daylight savings time if you are using a server in a different timezone to the target country of your site. &amp;nbsp;I use a 3rd party JSON API which is hosted in GMT-700 SF, USA. &amp;nbsp;However the target audiance is worldwide and I am testing in UK. &amp;nbsp;Dates I added earlier in the year during BST (British Summer Time) but before SF went back an hour were an hour out though the time zone adjuster always showed -700!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246903" width="1" height="1"&gt;</description></item></channel></rss>