'URL Rewrite' option missing from IIS Manager (IIS7)
Asked Answered
H

4

15

I just finished building up a new web server (2k8 x64) and have installed 'URL Rewrite' and 'Application Request Routing' but noticed that the 'URL Rewrite' option in IIS Manager is missing.

I messed around for a little while by re-installing both modules repeatedly and in different ways and then gave up.

I returned later, only to find that the icon had 'somehow' appeared.

Does anyone have any explanation for this ?

Thanks in advance.

Rabbie.

Harbot answered 7/4, 2010 at 6:23 Comment(0)
P
17

The only time I've seen this happen is when you've opened IIS Manager, when you haven't had the IISRewrite module/patch installed.

Then you close/open the manager and it appears.

(In fact, thats what happened to me, and how I found your question!)

Peahen answered 24/3, 2011 at 14:12 Comment(3)
And where do I get this patch?Seafarer
There was no patch needed on Win8. I just reopened IIS Manager and now it shows!Strigose
Close/open did the trick. Even refresh and restarting server from manager didn't work, until I closed and opened it again.Headline
J
15

It may not be installed. http://www.iis.net/downloads/microsoft/url-rewrite#additionalDownloads has download links for it on microsoft.com, and they list it being compatible w/ all versions IIS 7-10. Install that then restart IIS Manager. The x64 link does say AMD in the name even though it's for Intel as well, I've tested this install on an Intel 64 servers.

Jehiel answered 21/9, 2016 at 16:36 Comment(2)
AMD64 is a typical moniker for x64. It's because the instruction set was originally released by AMD: en.wikipedia.org/wiki/X86-64Ramey
When I try to install the extension the installer claims it is already install, and even after a reboot, the URL Rewrite feature is not shown anywhere in IIS 7.5.7600.16385.Dowie
L
2

You can install it from here then restart your IIS. It worked jsut fine for me.

Lakeshialakey answered 8/10, 2021 at 8:46 Comment(0)
C
0

Same on Windows 11 (IIS 10). Solved it by uninstalling it and install it via Command Console: msiexec.exe /i rewrite_amd64_en-US.msi /l*v C:\msilog.txt /qf

Coolant answered 26/6 at 8:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.