IIS URL Rewrite Module installation error

DoFast 26 Reputation points
2022-03-28T15:46:11.98+00:00

I'm trying to install IIS URL Rewrite Module latest version in server 2019. getting below error. this is a pre-requisite for exchange 2019. already successfully installed in the first server without any issue.

Product: IIS URL Rewrite Module 2 -- The IIS 7.0 CoreWebEngine and W3SVC features must be installed to use IIS URL Rewrite Module 2.

downloaded from https://www.iis.net/downloads/microsoft/url-rewrite

Internet Information Services
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,369 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. DoFast 26 Reputation points
    2022-03-29T05:16:18.79+00:00

    Issue fixed. i have missed one of the pre-requisite (which includes iis itself) of MS exchange before installing rewrite module

    Install-WindowsFeature NET-Framework-45-Features, Server-Media-Foundation, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation, RSAT-ADDS

    1 person found this answer helpful.
    0 comments No comments

  2. Andy David - MVP 142.3K Reputation points MVP
    2022-03-28T16:48:53.34+00:00
    0 comments No comments

  3. Sam Wu-MSFT 7,036 Reputation points Microsoft Vendor
    2022-03-29T01:26:44.167+00:00

    @DoFast

    This happens due to a mismatch in the operating system architecture (x86 and x64) and the IIS URL Rewrite Module.

    In this case, the operating system was on x64 and the IIS URL Rewrite Module was for x86.

    To resolve this issue, you can download and install IIS URL Rewrite Module for x64 and vice versa.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  4. Andy David - MVP 142.3K Reputation points MVP
    2022-03-29T10:43:20.787+00:00

    Cool. Let me summarize that since you wont be able to accept your own answer as accepted

    Pre-reqs required before installing Exchange were not installed. You can find the list of pre-reqs:

    https://learn.microsoft.com/en-us/exchange/plan-and-deploy/prerequisites?view=exchserver-2019

    Install-WindowsFeature Server-Media-Foundation, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-
    Clustering-PowerShell, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-
    Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-
    Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation, RSAT-ADDS

    0 comments No comments