Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

openIMIS components: Web Application v1.4.0 and later.

Implementation roles required: IMIS Administrator, IT Officer

The Web Application configuration file (Web.config) contains application settings that can be adapted to the implementation context.

One setting that always needs to be updated is the configuration of the database link. In case this configuration was not done in previous steps, please follow the instructions from the Web Application installation page.

The following code is an extract of the Web.config default configuration.

<appSettings>
    <add key="ValidationSettings:UnobtrusiveValidationMode" value="None"/>
    <add key="SubmittedFolder" value="Images\Submitted\"/>
    <add key="UpdatedFolder" value="Images\Updated\"/>
    <add key="InsureeImageDelimiter" value="_"/>
    <add key="DefaultLimitation" value="C"/>
    <add key="DefaultPriceOrigin" value="P"/>
    <add key="aspnet:MaxHttpCollectionKeys" value="10000"/>
    <add key="DefaultClaimRows" value="5"/>
    <add key="Host" value="Enter your domain or IP Address"/>
    <add key="SMSGateway" value="Enter SMS Gateway URL"/>
    <add key="SMSGatewayUserName" value="User Name"/>
    <add key="SMSGatewayPassword" value="Password"/>
    <add key="ExportFolder" value="Extracts\Export\"/>
    <add key="ExportLogFolder" value="Extracts\Export\Log\"/>
    <add key="FromPhone_Renewal" value="\FromPhone\Renewal\"/>
    <add key="FromPhone_Renewal_Rejected" value="\FromPhone\Renewal\Rejected\"/>
    <add key="FromPhone_Claim" value="\FromPhone\Claim\"/>
    <add key="FromPhone_Claim_Rejected" value="\FromPhone\Claim\Rejected\"/>
    <add key="FromPhone_Feedback" value="\FromPhone\Feedback\"/>
    <add key="FromPhone_Feedback_Rejected" value="\FromPhone\Feedback\Rejected\"/>
    <add key="Password:MinLength" value="8"/>
    <add key="Password:LowerCaseLetter" value="1"/>
    <add key="Password:UpperCaseLetter" value="1"/>
    <add key="Password:Number" value="1"/>
    <add key="Password:SpecialSymbol" value="1"/>
    <add key="Offline:SQLite:Password" value="%^Klp)*3"/>
    <add key="Offline:Encryption:Password" value=":-+A7V@="/>
    <add key="Offline:RAR:Password" value=")(#$1HsD"/>
</appSettings>

  • No labels