Environment: MS CRM 2011 on-premise served by IIS7.5 on Server 2008 R2.
The Problem: IIS serves every permutation of case-sensitivity for the following URL, except for what I've actually pasted below. For that specific URL, I get a 404 error.
The URL that does not work: /MSCRMServices/2007/CrmServiceWsdl.aspx
Examples of URLs that work properly:
My particular problem with this is that the web service I need to integrate with looks for "MSCRMServices" in the URL. Suspiciously, that is the one combination of lowercase and CAPS that returns 404. I was hoping to be slick and use an HTTP redirect on that file as a workaround, but IIS won't honor the configured redirect.