<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">Blog posts by Viktor Larsson</title><link href="http://world.optimizely.com" /><updated>2010-10-14T14:04:50.0000000Z</updated><id>https://world.optimizely.com/blogs/Viktor-Larsson/</id> <generator uri="http://world.optimizely.com" version="2.0">Optimizely World</generator> <entry><title>Querystring too long in EPiServer Composer</title><link href="https://world.optimizely.com/blogs/Viktor-Larsson/Dates/2010/10/Querystring-too-long-in-EPiServer-Composer/" /><id>&lt;p&gt;Stumbled upon an issue with EPiServer Composer 4 and that the query string was too long. Not entirely sure how great this fix is out of a security stand point, but if anyone else knows a better solution please let me know.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;The error&lt;/b&gt;     &lt;br /&gt;HTTP Error 404.15 - Not Found     &lt;br /&gt;The request filtering module is configured to deny a request where the query string is too long.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The solution&lt;/strong&gt;&lt;/p&gt;  &lt;pre class=&quot;language-xml&quot;&gt;&lt;code&gt;    &amp;lt;system.webServer&amp;gt;
        &amp;lt;security&amp;gt;
            &amp;lt;requestFiltering&amp;gt;
                &amp;lt;requestLimits maxQueryString=&amp;quot;2097151&amp;quot; /&amp;gt;
            &amp;lt;/requestFiltering&amp;gt;
        &amp;lt;/security&amp;gt;
&amp;lt;/system.webServer&amp;gt;&lt;/code&gt;&lt;/pre&gt;</id><updated>2010-10-14T14:04:50.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Recipient source for EPiServerMail using SqlRoleProvider</title><link href="http://www.viktorlarsson.se/?p=37" /><id>Out of the box, EPiServerMail doesn&#39;t support any automatic selection of recipients. There is an sample source on EPiServerworld but it doesn&#39;t contain any Stored procedures nor logic to the implementation.</id><updated>2009-11-06T12:45:11.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Named Entities Extension</title><link href="http://www.viktorlarsson.se/blog/?p=3" /><id>I came across a problem when sending out mails using EPiServerMail. Since we send out emails on almost 13 different languages, there was a problem with some of the characters. I decided to make an extension method which encodes certain characters to HTML named entities.</id><updated>2009-11-05T22:58:54.0000000Z</updated><summary type="html">Blog post</summary></entry></feed>