Posted to
IIS7 - URL Rewrite Module
by
rberk
on
10-06-2008, 8:34 PM
I want to write a simple rule that says if someone requests "http://localhost/test" or "http://localhost/test/" then execute "http://localhost/test/service.svc/".
The following rule handles "http://localhost/test/" fine, but not "http://localhost/test".
<rule name="service root" ...