You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 26 Current »
Switch to C:\inetpub\wwwroot\ils\targetConfigs folder and edit sampleDb.config file:
<Settings> … </Settings>:
Password - is the password for that service account
<Settings> <ConnectionString>Data Source=MSSQLServer;Initial Catalog=ILS;Integrated Security=False;User ID=IPAMSQLServer;Password=Password</ConnectionString> </Settings>
If named instance of Microsoft SQL Server is used, then the Data Source parameter should be specified as <server name>\<instance name>.
<Settings> <ConnectionString>Data Source=MSSQLServer\Named instance; ... </ConnectionString> </Settings>