I have windows server 2012 and I have installed the IIS 8.5 but I could not see the URL rewrite module. How can I enable or install?
相关问题
- IIS 7 rewrite rule and Url.Content issues
- PowerShell cmdlet Install-WindowsFeature called fr
- Get source code of my published ASP.NET website fr
- URL Rewrite error with Web Applications
- Hanging TuesPechkin after initial conversion
相关文章
- http to https redirect - iis8.5 url rewrite 2.0 re
- IIS 8.5: Change authentification mode for url sub
- Prevent direct access to files on IIS server
- Windows Server 2012 VM created from Snapshot fails
- Unable to connect to SQL Server 2008 using ODBC co
- IIS 8.5: Virtual Account for App Pool (IIS AppPool
- IIS | Block page specific url except for specific
- Force locale with Asp.Net Core
First, install the URL Rewrite from a download or from the Web Platform Installer. Second, restart IIS. And, finally, close IIS and open again. The last step worked for me.
Download it from here
http://www.iis.net/downloads/microsoft/url-rewrite
or if you already have Web Platform Installer on your machine you can install if from there.
Worth mentioning: you should download the x64 version!
From the main download page (https://www.iis.net/downloads/microsoft/url-rewrite) click "additional downloads" (under the main download button) and download the x64 version (because for some reason - the default download version is x86)