Sha256: 4f55a6f0c69b1a839f0f40557553fe731f3c142f42eece47834f43856f81eadf

Contents?: true

Size: 623 Bytes

Versions: 3

Compression:

Stored size: 623 Bytes

Contents

<?xml version="1.0"?>

<configuration>
  
    <appSettings/>
    <connectionStrings/>
  
    <system.web>
        <compilation debug="true" />
        <authentication mode="Windows" />
        <trace enabled="true"/>

        <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>

        <httpModules>
            <add name="NLog" type="NLog.Web.NLogHttpModule, NLog"/>
        </httpModules>
    </system.web>
</configuration>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nlog-1.0.0.505.20100822 docs/examples/targets/Configuration API/ASPNetBufferingWrapper/Web.config
nlog-1.0.0.505 docs/examples/targets/Configuration API/ASPNetBufferingWrapper/Web.config
nlog-1.0.0.505-mswin32 docs/examples/targets/Configuration API/ASPNetBufferingWrapper/Web.config