#Administrator Documentation
This document provides you insight with deploying, installing, and configuring MixERP.
#Deployment Documentation
#Configuration
You may need to edit and modify one or several configuration files to suit your needs. It is, therefore, very important to understand how MixERP uses these configuration files.
File | Path | Description/Related Module(s) |
---|---|---|
web.config | Application root or sub-directories | The main configuration file IIS server uses |
DbServer.config | /Resource/Configs | Used by several MixERP modules, contains information about your database server |
Updater.config | /Resource/Configs | Used by MixERP updater module to update your application instance whenever a new ERP release is available. |
Parameters.config | /Resource/Configs | MixERP core configuration file |
ReportParameters.config | /Resource/Configs | Used by ReportingEngine HTML Helper (MVC) or ReportingEngine Module (WebForms) |
AttachmentFactoryParameters | Database Table (config.attachment_factory) | AttachmentFactory HTML Helper (MVC) or AttachmentFactory Module (WebForms) |
DbParameters | Database Table (config.db_parameters) | Used by ScrudFactory HTML Helper (MVC) or ScrudFactory Module (WebForms) for DisplayFields. |
SMTP | Database Table (config.smtp) | Used by MixERP.Net.Messaging module for sending or receiving messages. |
MixERP | Database Table (config.mixerp) | MixERP core configuration file |
ScrudFactory | Database Table (config.scrud_factory) | Used by ScrudFactory HTML Helper (MVC) or ScrudFactory Module (WebForms) |
Switches | Database Table (config.switches) | Used by several MixERP modules, contains parameters that can be switched on (true) or off(false) |
##Related Topics