Just a reminder for myself:
<?xml version=”1.0″ encoding=”UTF-8″ standalone=”yes”?>
<configuration>
<configSections>
<sectionGroup name=”SharePoint”>
<section name=”SafeMode” type=”Microsoft.SharePoint.ApplicationRuntime.SafeModeConfigurationHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” />
</sectionGroup>
</configSections>
<SharePoint>
<SafeMode MaxControls=”200″ CallStack=”true” DirectFileDependencies=”10″ TotalFileDependencies=”50″ AllowPageLevelTrace=”false” />
</SharePoint>
<system.web>
<customErrors mode=”Off” />
<compilation batch=”false” debug=”true” />
</system.net>
</configuration>