You can configure your web server as per your authentication details using IIS to run DSWeb 3. See Install IIS for more details.
|
<add key="DB_Name" value=" DSWEBVERSION3DATABASENAME" /> <add key="SqlServer" value=" SQLSERVERNAME " /> <add key="SqlDatabase" value=" DSWEBVERSION3DATABASENAME " /> <add name="CnnStr" connectionString="Data Source=SQLSERVERNAME;Initial Catalog=DSWEBVERSION3DATABASENAME;Persist Security Info=True;User ID=SQLUSERNAME; Password=SQLSERVERPASSWORD" /> |
where;
SQLSERVERNAME = Your SQL Server Name (i.e: sentineldata)
DSWEBVERSION3DATABASENAME = Your DSWEB Version 3 Database Name (i.e: DSWEBV3)
SQLUSERNAME = SQL Server login name that has full access into the DsWeb Database (Default: dswebuser)
SQLSERVERPASSWORD = Password for the login account stated above (Default: dswebuser)
|
Note: |
If DSWeb users are to be permitted to upload data directly to the DataSight database, DSWeb's IIS User will require write and modify permissions on the Upload folder. Alternatively to change the connection settings, use Notepad or any other text editor as an Administrator and open the file C:\inetpub\wwwroot\DSWeb \Web.config |