Navigation:  Getting Started > Configure the application >

Configure the file Web.config

Previous pageReturn to chapter overviewNext page

The file web.config holds the connection information to access the UserManagement database(s) and the visibility settings for the wizards in UserManagement Admin Web. Every database connection has a connection profile (GeoUserManagementConnection).
From a technical point of view the connection is established via the file GeoProject.dll.

 

Note that you need at least a text editor capable of editing UTF8 text files for editing web.config, e.g. UltraEdit32, PSPad or Notepad++. Do NOT USE NOTEPAD instead – the web.config file would get corrupted then.

 

Note: The configured database user has to be granted at least Read (Select) and Write (Insert, Update, Delete) rights at the tables of the UserManagement model.

 

<GeoUserManagement>
         <GeoUserManagementConnections>
                 <GeoUserManagementConnection>
                         <Profile>Access</Profile>
         <Host>C:\Projekte\SynerGIS\UserManagement.mdb</Host>
                         <Port>0</Port>
                         <DatabaseType>MSAccess</DatabaseType>
                         <DatabaseName></DatabaseName>
                         <Username></Username>
                         <Password>Te06De40e4o=</Password>
                 </GeoUserManagementConnection>
         <GeoUserManagementConnections>
<GeoUserManagement>

 

Parameter

Description

Valid & Default Values

Profile

Name of the database connection, which is shown at the dropdown box at the User Management Login Site.


Host

Database hostname (if necessary) and database instance (if necessary)


DatabaseType or Database (web.config before WebOffice 10R2)

Database type

MSACCESS
ORACLE
MSSQL

DatabaseName or DN (web.config before WebOffice 10R2)

Database name


Username

Database user name

(Not needed if database type is MSAccess; the application requires from a not secured MSAccess database the default login user name “admin


Password

Password of the database connection (if necessary) encrypted by the included software; see Creating an encrypted  Password


ProviderExtension

Connecting to a  64-bit OLEDB-Client for Oracle and  MSSQL set the value ‚.1

Valid values:
<empty>
.1

Overview of the User Management database connection properties