Hi,
Im running a 10.1.4+ application hosted on IIS, but when visiting /admin via the IIS-site it shows an older version(10.0.36+), but when hosted on localhost(dotnet run), it properly shows the correct version(10.1.4+).
Is this a setting in IIS? Or how would I solve this issue?
Thanks