Version 2 - Reviewed: November 12, 2018
In an enterprise where two or more instances of TariffShark are running, you might want to distinguish your production environment from all non-production ones. When you do this, users get a visual cue (a distinct, orange Status Bar) when connected to a non-production server. When the orange Status Bar is displayed, Users must NOT do real TariffShark work as the environment is for testing only.
Status Bar when connected to production server.
Status Bar when connected to non-production server.
AllowSetIsProduction
key in the web.config
file.SetProduction
web handler to tag a server as either production or non-production.http[s]://<app-server-hostname>/Services/SetProduction.ashx?value=true
http[s]://<app-server-hostname>/Services/SetProduction.ashx?value=false