IIS7 Rewrite rule being duplicated across 2 different websites (unwanted)
        Posted  
        
            by Matt
        on Server Fault
        
        See other posts from Server Fault
        
            or by Matt
        
        
        
        Published on 2010-05-07T19:26:00Z
        Indexed on 
            2010/05/07
            19:29 UTC
        
        
        Read the original article
        Hit count: 283
        
iis7
|url-rewrite
We have a IIS7 on Windows Server 2008. It is hosting a handful of sites, on a handful of ip addresses. 2 of those sites are actually wildcards on the domain:
*.firstdomain.com
*.seconddomain.com
However, I am finding that any URL Rewrite rules I add for one of these "websites", is automatically in the URL Rewrite section for the other. Similarly, if I disable the rule in in one, it disables in the other.
This doesn't happen with the other sites defined on this server, just these two. I look at the parent (top level, the server as a whole), and the rule is not there. Any idea what's going on here?
© Server Fault or respective owner