I am trying to set the MIME type for Flash's cross domain file in web.config. Since this file has an extension of .XML the following command will edit the MIME type of all XML documents in my site (not wanted)
<system.webServer>
<staticContent>
<mimeMap fileExtension="xml" mimeType="text/x-cross-domain-policy"/>
</staticContent>
</system.webServer>
How do I make this only affect the one file, crossdomain.xml