Novell IFOLDER 3.7 - ADMINISTRATION Administration Manual page 190

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

Advertisement

<forms name="iFolderWebAuth" loginUrl="Login.aspx" timeout="20"
</authentication>
<!--
-->
<authorization>
<deny users="?" />
</authorization>
<!--
-->
<trace enabled="false" requestLimit="10" pageOutput="false"
<!--
-->
<sessionState mode="InProc" cookieless="false" timeout="20" />
<httpHandlers>
190 OES 2 SP1: Novell iFolder 3.7 Administration Guide
slidingExpiration="true"
AUTHORIZATION
This section sets the authorization policies of the
application. You can allow or deny access to application
resources by user or role.
Wildcards:
"*" mean everyone,
"?" means anonymous (unauthenticated) users.
APPLICATION-LEVEL TRACE LOGGING
Application-level tracing enables trace log output for every
page within an application.
Set trace enabled="true" to enable application trace logging.
If pageOutput="true", the trace information will be displayed
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".
/>
Otherwise, you can view the

Advertisement

Table of Contents
loading

Table of Contents