web.config
<?xml version="1.0" encoding="UTF-8"?>
<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
  <appSettings>
    <add key="Password" value="**** Dein Passwort ****" />
    <add key="Img_t" value="200" />
    <add key="Img_p" value="640" />
    <add key="Img_tp" value="z_t_" />
    <add key="Img_pp" value="z_p_" />
    <add key="Img_path" value=".images" />
    <add key="Ext_Image" value=".jpg,.jpeg,.bmp,.png,.gif" />
    <add key="Ext_Web" value=".aspx,.asp,.html,.htm,.php,.txt" />
    <add key="Ext_WebServer" value=".aspx,.asp,.php" />
    <add key="Ext_Object" value=".pdf,.swf" />
    <add key="Ext_Code" value=".asax,.ascx,.aspx,.asp,bat,.config,.cs,.csproj,.css,.user,.dwt,.html,.htm,.ini,.js,.master,.php,.txt,.vb" />
    <add key="ShSource" value="/sh/,http://alexgorbatchev.com/pub/sh/current/" />
    <add key="ShSourceSelected" value="/sh/" />
    <add key="ShTheme" value="default,django,eclipse,emacs,fadetogrey,mdultra,midnight,rdark" />
    <add key="ShThemeSelected" value="django" />
  </appSettings>
  <system.web>
    <customErrors mode="Off" />
    <pages validateRequest="false" controlRenderingCompatibilityVersion="4.0" />
    <compilation targetFramework="4.0" debug="true" />
  </system.web>
    <system.webServer>
        <handlers>
            <remove name="Helicon Ape.Handler" />
        </handlers>
        <directoryBrowse enabled="false" />
        <defaultDocument>
            <files>
                <clear />
                <add value="Default.htm" />
                <add value="Default.asp" />
                <add value="index.htm" />
                <add value="index.html" />
                <add value="iisstart.htm" />
                <add value="default.aspx" />
                <add value="index.php" />
            </files>
        </defaultDocument>
        <httpErrors errorMode="Custom">
            <remove statusCode="404" subStatusCode="-1" />
            <error statusCode="404" subStatusCode="-1" prefixLanguageFilePath="" path="http://exweb.clubcomputer.at/custerr/de-DE/404.htm" responseMode="ExecuteURL" />
        </httpErrors>
    </system.webServer>
</configuration>