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.
-
URL Rewrite
-
RequestFilteringModule
-
UrlAuthorizationModule
-
IpRestrictionModule
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.