Hello,
I just recently updated my websites' server from IIS6 to IIS7.5 and there's been a little nag I can't figure out right now.
My site is setup to use bilingual Virtual Directory
For example: http://MyWebsite/about-us/ andhttp://MyWebSite/a-notre-sujet/
In this case "about-us" and "a-notre-sujet" are the Virtual directory pointing to the exact same folder and in that folder there are two files namedindex-eng.shtml and index-fra.shtml
Now my issue is this, in IIS7.5 if I set default document for "about-us" to index-eng.shtml then instantly both virtual directories pointing to that folder will be using that default document. what I WANT is to point "about-us" to the english doc and "a-notre-sujet" to the french document as it's default. This used to be a pretty easy task under IIS6 but it seems to have gotten a whole lot more complicated with this web.config file which I can't figure out for the life of me....
Thanks in advance guys!