Solved

ApplicationLoginLogo using relative path

  • 2 October 2019
  • 2 replies
  • 99 views

Userlevel 5
Badge +15
As a follow up on this topic, I'm trying to replace the application icon in the web gui. According to the documentation, the value for ApplicationLoginLogo must be an absolute (UNC) path.
But when you're hosting on Azure, or an IIS without network access, you cannot specify a absolute path.

In the settings.ini file i've tried to use .\MyLogo.png, MyLogo.png, .\App_LocalResources\MyLogo.png, App_LocalResources\MyLogo.png (placed MyLogo.png both in the root and App_LocalResources for all cases, just to be sure). But none of those work.

According to the documentation, a full path is required, but isn't there a way to fix this using a relative path?
icon

Best answer by Erik Brink 4 October 2019, 09:27

View original

2 replies

Userlevel 5
Badge +5
Hi René,

I did some research on this and I found out, we do not support relative paths on that setting yet.

Could you please push a ticket into TCP to request support for this?

Kind regards,
Erik
Userlevel 5
Badge +5

We expect the release of 19-11-2019 to support this functionality. 

Reply