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
|