Multiple choice technology

Which module in IIS 7 enables IIS administrators to create powerful customized rules to map request URLs to friendly URLs that are easier for users to remember and easier for search engines to find.

  1. URL Rewrite

  2. RequestFilteringModule

  3. UrlAuthorizationModule

  4. IpRestrictionModule

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The URL Rewrite module allows administrators to create powerful rules using regular expressions and wildcards to transform complex URLs into clean, user-friendly, and SEO-optimized URLs without changing the underlying application structure.