Install URL Rewrite 2.0 Module for IIS 10.0 on window 10

Please follow the below step for the installing url rewriting 2.0 Module in IIS 10 on window 10

  1. Open Regedit > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp
  2. Edit "MajorVersion" and change base Hexadecimal to Decimal 
  3. Set the "DECIMAL" value to 9
  4. Press F5 while in Regedit
  5. Install the URL Rewrite 2.0 module.
  6. Change the "MajorVersion" back to "DECIMAL" value of 10
  7. Press F5 while in Regedit
  8. Close Regedit


Enjoy the URL Rewirting 2.0 Module :-)

Comments

Popular posts from this blog

Get OAuth 2.0 access token of Paypal using HttpClient in c#

Generics method using interface in c#