Novell IFOLDER 3.7 - ADMINISTRATION Administration Manual page 194

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

Advertisement

-->
<trace enabled="false" requestLimit="10" pageOutput="false"
<!--
-->
<sessionState mode="InProc" cookieless="false" timeout="30" />
<!--
-->
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
<httpModules>
<add name="UploadModule" type="Novell.iFolderApp.Web.UploadModule,
</httpModules>
</system.web>
<appSettings>
<add key="SimiasUrl" value="https://localhost" />
<add key="SimiasCert" value="a_certification_key_goes_here" />
</appSettings>
<location path="Default.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
194 OES 2 SP1: Novell iFolder 3.7 Administration Guide
at the bottom of each page.
application trace log by browsing the "trace.axd" page from
your web application root.
traceMode="SortByTime" localOnly="true" />
SESSION STATE SETTINGS
By default ASP.NET uses cookies to identify which requests
belong to a particular session. If cookies are not available,
a session can be tracked by adding a session
identifier to the URL. To disable cookies, set
sessionState cookieless="true".
GLOBALIZATION
This section sets the globalization settings of the
application.
Novell.iFolderWeb" />
Otherwise, you can view the

Advertisement

Table of Contents
loading

Table of Contents