Themelia Pro A powerful new development platform built on ASP.NET.
 
Sudokian.com Web Site Sample Configuration
 
 

This is NOT the exact configuration; many endpoints and security specific details have been removed)

<themelia.web>
    <webDomains>
        <add defaultPage="{Security}" catchAllMode="RedirectToRoot">
            <components>
                <add key="Sudokian" type="Sudokian.Web.Processing.SudokianComponent, Sudokian.Web" />\
                <!-- this is Themelia Pro's Client Module.  estimated release date: Q4 2009 -->
                <add type="Nalarium.Client.Register.ClientResourceComponent, Nalarium.Client.Register" />
            </components>
            <applicationProcessors>
                <add type="Sudokian.Web.GlobalApplicationProcessor, Sudokian.Web" />
            </applicationProcessors>
            <endpoints>
                <add selector="EndsWith" type="BoardCreation" text="/service/creation/submit/" />
                <add selector="EndsWith" type="EmailProcessing" text="/_processor/" />
                <!---->
                <add selector="EndsWith" type="CaptchaGenerator" text="/captchagen/" />
                <add selector="Contains" type="Chart" text="/c/s/" />
                <!---->
                <add selector="Contains" type="Sudokian.Payment.PayPalIpnHttpHandler, Sudokian.Payment" text="/paypal/ipn/A0D7AC0E-2349-4151-B557-FDBAAB8A891F/" />
                <!---->
                <add selector="Contains" type="FacebookCallback" text="/facebook/callback/" />
                <add selector="Contains" type="Exception" text="/exp_reporting/" />
                <!---->
                <add selector="Contains" type="Character" text="/number/" />
                <!---->
                <add selector="Contains" type="Registration" text="/registration/check/" />
                <!---->
                <add selector="PathStartsWith" type="Speed" text="/javascript/optimizer/" />
                <add selector="PathStartsWith" type="SilverlightCheck" text="/slcheck/" />
                <!---->
                <add selector="Contains" type="Sequence" text="/contact/" parameter="{Contact}" />
                <add selector="Contains" type="Sequence" text="/problem/" parameter="{Contact}" />
                <add selector="Contains" type="Sequence" text="/suggestion/" parameter="{Contact}" />
                <add selector="Contains" type="Sequence" text="/verify/" parameter="{Verification}" />
                <add selector="Contains" type="Sequence" text="/reset/" parameter="{ResetPassword}" />
                <add selector="Contains" type="Sequence" text="/register/" parameter="{Register}" />
                <!---->
                <add selector="Contains" type="Page" text="/board/" parameter="/Page_/Board/Board.aspx" />
                <add selector="Contains" type="Page" text="/faq/" parameter="/Page_/Help/Faq.aspx" />
                <add selector="Contains" type="Page" text="/rules/" parameter="/Page_/Help/Rules.aspx" />
                <add selector="Contains" type="Page" text="/unsupported/" parameter="/Page_/Support/Unsupported.aspx" />
                <add selector="Contains" type="Page" text="/print/" parameter="/Page_/Board/Print.aspx" />
                <add selector="Contains" type="Page" text="/statistics/" parameter="/Surrogate_/Statistics.aspx" />
                <add selector="Contains" type="Page" text="/services/submitset" parameter="/Page_/BoardCreationService.aspx" />
                <!---->
                <add selector="Contains" type="Page" text="/g/chart/" parameter="/Ajax_/Statistics/Chart.aspx" />
                <add selector="Contains" type="Page" text="/g/rank/" parameter="/Ajax_/Statistics/Rank.aspx" />
                <add selector="Contains" type="Page" text="/g/history/" parameter="/Ajax_/Statistics/History.aspx" />
                <add selector="Contains" type="Service" text="/svc/([a-z]+)/([a-z]+)" parameter="/Service_/$1.svc/json/$2" />
            </endpoints>
            <processors>
                <add type="Error" />
            </processors>
        </add>
    </webDomains>
</themelia.web>

Sudokian.com Link