I have a problem with IIS 8.0, namely with a php application that depends on the Request_URI server variable which fail when a request whose URL contains UTF-8 characters is sent to IIS 8.0. This problem has been already fixed in the IIS version 7.5, hovewer it seems to exist in the never IIS version 8.0.
The Microsoft hotfix for the IIS 7.5 is available under following link: http://support.microsoft.com/kb/2277918
Hovewer, I'm not able to apply it under Windows 2012 and IIS 8.0.
Does anyone know how to solve this problem?
Thank you in advance for any hint.