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

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

Advertisement

E.4 Web.config File for the Web Access Server
By default, the
webaccess/
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<httpRuntime executionTimeout="3400" maxRequestLength="2097152" />
<!--
-->
<compilation defaultLanguage="C#" debug="true" />
<!--
-->
<customErrors defaultRedirect="Error.aspx" mode="RemoteOnly" />
<!--
192 OES 2 SP1: Novell iFolder 3.7 Administration Guide
file for the Web Access server is in the
Web.config
directory. The following is an example of a configured file.
DYNAMIC DEBUG COMPILATION
Set compilation debug="true" to enable ASPX debugging.
Otherwise, setting this value to false will improve runtime
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
only when debugging and to false at all other times. For more
information, refer to the documentation about debugging
ASP.NET files.
CUSTOM ERROR MESSAGES
Set customErrors mode="On" or "RemoteOnly" to enable custom
error messages, "Off" to disable.
Add <error> tags for each of the errors you want to handle.
"On" Always display custom (friendly) messages.
"Off" Always display detailed ASP.NET error information.
"RemoteOnly" Display custom (friendly) messages only to users
not running on the local Web server. This setting is
recommended for security purposes, so that you do not display
application detail information to remote clients.
AUTHENTICATION
This section sets the authentication policies of the
/opt/novell/ifolder3/

Advertisement

Table of Contents
loading

Table of Contents