Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

20 lines
797 B
XML

<?xml version="1.0"?>
<configuration>
<system.web>
<compilation defaultLanguage="C#" debug="true" />
<customErrors mode="Off" />
<siteMap defaultProvider="CustomXmlSitemapProvider" enabled="true">
<providers>
<add name="CustomXmlSitemapProvider" type="XmlSiteMapProviderBug.CustomXmlSitemapProvider, App_Code" siteMapFile="web.sitemap" securityTrimmingEnabled="true"/>
</providers>
</siteMap>
</system.web>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<providerOption name="CompilerVersion" value="v3.5"/>
</compiler>
</compilers>
</system.codedom>
</configuration>