Url rewrite does not install on windows 10 IIS 10
I need the Url Rewrite module on my IIS But it does not install and says that I need at least IIS7 the newer version supports win10 out of the box: https://www.microsoft.com/en-us/download/details.aspx?id=47337 Boas Enkler Because it took me hours to find the problem, I am posting this solution to my own answer so it will save someone else this work. In short you have to change the major version of the IIS via the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp\MajorVersion to 9 during installation and then back to 10 afterwards. Solution is from: https://forums.iis.net/t/1223556