I deployed .NET application hosted on IIS on two different VMs with Windows Server 2016 on them, the code is exactly the same. However on one machine the date in query string 30/01/2018
is parsed properly on the other it caueses HTTP 500, on this machine 2018/1/30
is a parsable string.
I compared regional settings of these machines and they're exactly the same.
Where I could also look for the reason why one machine cannot parse dd/MM/y
string?