Novell IFOLDER 3.7 - ADMINISTRATION Administration Manual page 191

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

Advertisement

<add verb="*" path="tail/*.log"
type="Novell.iFolderWeb.Admin.LogTailHandler,Novell.iFolderAdmin" /
>
<add verb="*" path="*.log"
type="Novell.iFolderWeb.Admin.ReportLogHandler,Novell.iFolderAdmin"
/>
<add verb="*" path="*.csv"
type="Novell.iFolderWeb.Admin.ReportLogHandler,Novell.iFolderAdmin"
/>
</httpHandlers>
<!--
GLOBALIZATION
This section sets the globalization settings of the
application.
-->
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
</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>
</location>
<location path="Error.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
</configuration>
Configuration Files 191

Advertisement

Table of Contents
loading

Table of Contents