<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><language>en</language><title>Blog posts by Viktor Larsson</title> <link>https://world.optimizely.com/blogs/Viktor-Larsson/</link><description></description><ttl>60</ttl><generator>Optimizely World</generator><item> <title>Querystring too long in EPiServer Composer</title>            <link>https://world.optimizely.com/blogs/Viktor-Larsson/Dates/2010/10/Querystring-too-long-in-EPiServer-Composer/</link>            <description>&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;</description>            <guid>https://world.optimizely.com/blogs/Viktor-Larsson/Dates/2010/10/Querystring-too-long-in-EPiServer-Composer/</guid>            <pubDate>Thu, 14 Oct 2010 14:04:50 GMT</pubDate>           <category>Blog post</category></item><item> <title>Recipient source for EPiServerMail using SqlRoleProvider</title>            <link>http://www.viktorlarsson.se/?p=37</link>            <description>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.</description>            <guid>http://www.viktorlarsson.se/?p=37</guid>            <pubDate>Fri, 06 Nov 2009 12:45:11 GMT</pubDate>           <category>Blog post</category></item><item> <title>Named Entities Extension</title>            <link>http://www.viktorlarsson.se/blog/?p=3</link>            <description>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.</description>            <guid>http://www.viktorlarsson.se/blog/?p=3</guid>            <pubDate>Thu, 05 Nov 2009 22:58:54 GMT</pubDate>           <category>Blog post</category></item></channel>
</rss>