2011-01-18 14:23:26 -10:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
|
<configuration>
|
|
|
|
|
|
|
|
|
|
<configSections>
|
|
|
|
|
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
|
|
|
|
<section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
|
|
|
|
|
<section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
|
|
|
|
|
</sectionGroup>
|
|
|
|
|
</configSections>
|
|
|
|
|
|
2011-02-21 17:01:55 -11:00
|
|
|
<appSettings>
|
|
|
|
|
<add key="webPages:Enabled" value="false" />
|
|
|
|
|
<add key="enableSimpleMembership" value="false"/>
|
|
|
|
|
<add key="autoFormsAuthentication" value="false"/>
|
|
|
|
|
</appSettings>
|
|
|
|
|
|
2011-01-18 14:23:26 -10:00
|
|
|
<system.web.webPages.razor>
|
2011-02-16 01:49:31 -11:00
|
|
|
<host factoryType="umbraco.MacroEngines.RazorUmbracoFactory, umbraco.MacroEngines"/>
|
2011-02-16 21:29:35 -10:00
|
|
|
<pages pageBaseType="umbraco.MacroEngines.DynamicNodeContext">
|
2011-01-18 14:23:26 -10:00
|
|
|
<namespaces>
|
2011-01-20 17:52:56 -10:00
|
|
|
<add namespace="Microsoft.Web.Helpers" />
|
2011-01-18 14:23:26 -10:00
|
|
|
</namespaces>
|
|
|
|
|
</pages>
|
|
|
|
|
</system.web.webPages.razor>
|
|
|
|
|
|
|
|
|
|
<system.web>
|
|
|
|
|
<compilation>
|
|
|
|
|
<buildProviders>
|
2011-01-20 17:52:56 -10:00
|
|
|
<add extension=".cshtml" type="umbraco.MacroEngines.RazorBuildProvider, umbraco.MacroEngines"/>
|
|
|
|
|
<add extension=".vbhtml" type="umbraco.MacroEngines.RazorBuildProvider, umbraco.MacroEngines"/>
|
2011-02-16 18:42:14 -10:00
|
|
|
<add extension=".razor" type="umbraco.MacroEngines.RazorBuildProvider, umbraco.MacroEngines"/>
|
2011-01-18 14:23:26 -10:00
|
|
|
</buildProviders>
|
|
|
|
|
</compilation>
|
|
|
|
|
</system.web>
|
|
|
|
|
|
|
|
|
|
</configuration>
|