...
ENV | UN | MSI INSTALLERS | UNC | URL | DB |
---|---|---|---|---|---|
DEV | External application: Single Sign-On (GcKey) Internal application: Entrust Identity Guard Login (EIG) | staging folders:
| website staging folders:
| External Security: External Business: Internal Security: Internal Business: | LEIS schema: LEIS@LEISD.WORLD LEIS_USER@LEISD.WORLD LEIS_EXTB@LEISD.WORLD LEIS_AUTH schema: LEISAUTH_USER@LEISD.WORLD |
ACC | External application: Single Sign-On (GcKey) Internal application: Entrust Identity Guard Login (EIG) | staging folders:
| website staging folders:
| External Security: External Business: Internal Security: Internal Business: | LEIS schema LEIS_USER@LEISA.WORLD LEIS_EXTB@LEISA.WORLD LEIS_AUTH schema LEISAUTH_USER@LEISA.WORLD |
PROD | External application: Single Sign-On (GcKey) Internal application: Entrust Identity Guard Login (EIG) | staging folder: The Change Request team creates a staging folder with the service request number in its name. The LEIS developer places a zip folder containing the installers and website files at this staging location. folder example: \\ncras22\CSSG Release\CSSG Staging\LEIS\PROD [C255243] | website staging folder: The Change Request team creates a staging folder with the service request number in its name. The LEIS developer places a zip folder containing the installers and website files at this staging location. folder example: \\ncras22\CSSG Release\CSSG Staging\LEIS\PROD [C255243] | External Security: External Business: Internal Security: Internal Business: | LEIS schema LEIS_USER@LEISP.WORLD LEIS_EXTB@LEISP.WORLD LEIS_AUTH schema LEISAUTH_USER@LEISP.WORLD |
...
Create a folder named CLF on your C:\ drive.
Install StreamTagFilterSetup
Install CLFPagePluginSetup
Install TC Mailer 3.0 Installer
Copy the style templates to the CLF folder on your computer, templates are located here: \\ncrws523\Software\New Dev Setup Software\Templates
Navigate to your local code on your computer file system and find the .vs folder inside the Development folder (.vs folders are sometimes hidden by default). Then find the applicationhost.config file.
open the applicationhost.config file with notepad and add the two “StreamTagFilter-2.0” “StreamTagFilter” lines of code in the <location path="" overrideMode="Allow"><system.webServer><modules> node.
Code Block language xml <add name="StreamTagFilter-2.0" type="Utility.IIS.StreamTagFilterModule, StreamTagFilter.NET.2.0, Version=1.0.6.2, Culture=neutral, PublicKeyToken=d3d707ec692e4024" preCondition="runtimeVersionv2.0" /> <add name="StreamTagFilter-4.0" type="Utility.IIS.StreamTagFilterModule, StreamTagFilter.NET.4.0, Version=1.0.6.2, Culture=neutral, PublicKeyToken=d3d707ec692e4024" preCondition="runtimeVersionv4.0" />
Then run the application.
By default, the development branch is configured to run on localhost with an internal user and points to the development database.
Start the application in Debug mode.
...
For full instructions on building and running this application in dev acc and prod please reference this page: to be continued
...