Navigation:  Getting Started > Configure the application > 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: w-as-sde-92, Database instance: sql2005

Database: MySQL Database,

Database user: MyUsername

Encrypted password: synergisweb

 

<GeoUserManagementConnection>

<Profile>My MSSQL Profile</Profile>

<Host>w-as-sde-92\sql2005</Host>

<DatabaseType>MSSQL</DatabaseType>

<DatabaseName>MySQL Database</DatabaseName>

<Username>MyUsername</Username>

<Password>SGLlPBiId+e2SJQL5xHzbA==</Password>

<ProviderExtension></ProviderExtension>

</GeoUserManagementConnection>

 

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