PrasadKVS - Tuesday, October 28, 2014 4:50 PM:
I have multiple environments for each users. I need the Business users to differentiate between the Prod and the UAT hence changing the image on the login screen. I tried to change the following settings in the InnovatorServerConfig.xml
<!---IN PROD-->
<UI-Tailoring login_logo="../images/aras-innovator.svg" branding_img="../images/aras-innovator.svg" product_name="Aras Innovator"
<!--In UAT-->
<UI-Tailoring login_logo="../images/aras-innovator.svg" branding_img="../images/UAT.svg" product_name="Aras Innovator"
New files seems to be not being picked. After changes we have reset the IIS.