I am migrating a Linux/Apache/PHP website to a server running Windows Server 2008 R2/IIS 7.0.
I have everything working except one minor issue. The file system on the Linux box is case-sensitive and many of the files will have duplicate filenames on Windows.
How would I go about making the folder C:\Website\Site1 case-sensitive so that I can store all the files on the original server there?
If I have to turn on case-sensitivity for the entire server, so be it. There is nothing else running on it.