How to setup Development ENV for SRCSRpts

1. From Visual Studio, clone dev branch from the SRCSRpts-SIINRapp repository in the MSS-Portfolio project to your local drive.  https://dev.azure.com/transport-canada/DSD-MARINE%20Support/_git/SRCSRpts-SIINRapp

2. Modify the <connectionStrings> to point to development database. Example:

<add name="APP_DATABASE" connectionString="Data Source=MSCAIID.WORLD;User ID=MSCAII;Password="XXXXXXXXXXXX";" providerName="Oracle.DataAccess.Client"/>