IIS Rewrite not working (but redirection does)
I ran into this same issue yesterday, and it took me a long time to figure out. The key here is that you’ve got an http:// prefix in your rewrite action; that makes this a special case that needs to be handled by Application Request Routing. The first step is to make sure that the … Read more