Navigation:  Installation & General Information > Installation > WebOffice usermanagement (Application Server) > Configure the File web.config >

MSSQL Connection Parameter

Previous pageReturn to chapter overviewNext page

The example shows a connection profile with the following values:

Name: MSSQL,

Server: MyServer, Database instance: sql2008

Database: MySQL_Database,

Database user: MyUsername

Encrypted password: password123

 

<GeoUserManagementConnection>

 <Profile>My MSSQL Profile</Profile>

 <Host>MyServer\sql2008</Host>

 <DatabaseType>MSSQL</DatabaseType>

 <DatabaseName>MySQL_Database</DatabaseName>

 <Username>MyUsername</Username>

 <Password>KH4yhJLabVaPSxrXOGCb7g==</Password>

 <ProviderExtension></ProviderExtension>

</GeoUserManagementConnection>

 

Note that connection syntax for connecting with a dedicated port is "host\instance,port".