Web.config File For The Web Admin Server - Novell IFOLDER 3.7 - ADMINISTRATION Administration Manual

Hide thumbs Also See for IFOLDER 3.7 - ADMINISTRATION:
Table of Contents

Advertisement

<system.net>
<connectionManagement>
<add address="*" maxconnection="10" />
</connectionManagement>
</system.net>
<!--
<mono.aspnet>
<acceptEncoding>
<add encoding="gzip"
type="Mono.Http.GZipWriteFilter, Mono.Http, Version=1.0.5000.0,
</acceptEncoding>
</mono.aspnet>
-->
<appSettings>
<add key="MonoServerDefaultIndexFiles" value="index.aspx,
<add key="SimiasCert" value="" />
</appSettings>
</configuration>
E.3 Web.config File for the Web Admin Server
By default, the Web.config file for Web Admin server is in the
simias/admin
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<httpRuntime executionTimeout="180" maxRequestLength="10240" />
<!--
DYNAMIC DEBUG COMPILATION
Set compilation debug="true" to enable ASPX debugging.
Otherwise, setting this value to false will improve runtime
188 OES 2 SP1: Novell iFolder 3.7 Administration Guide
PublicKeyToken=0738eb9f132ed756" disabled="no" />
Default.aspx,default.aspx, index.html, index.htm" />
. The following is an example of a configured file.
performance of this application.Set compilation debug="true"
to insert debugging symbols (.pdb information)into the
compiled page. Because this creates a larger file that
executes more slowly,you should set this value to true
/opt/novell/ifolder3/lib/

Advertisement

Table of Contents
loading

Table of Contents