1

How can I remove an installed feature from an IIS instance? E.g., Url Rewrite? I couldn't find any menu item or something similar.

Konrad
  • 4,329
  • 10
  • 54
  • 88

1 Answers1

6

for Url Rewrite, go to Control Panel> Programs and features, search for IIS URL Rewrite, and uninstall it from there.

robasta
  • 4,621
  • 5
  • 35
  • 53
  • Additional tip: you might not see it in the list of Programs and Features, you have to search for it – Dom M. Jun 24 '15 at 17:03