Hello, I am looking to create the equivalent to this Apache directive, while using IIS 7.5:
Alias /Microsoft-Server-ActiveSync D:/z-push/index.php
I first attempted to setup a virtual directory that points "Microsoft-Server-ActiveSync" to the "D:/z-push/index.php" directory and setup the index.php file as the default file. This worked in-so-far in that the website would load in a browser, BUT, when I attempt to connect with my iPhone when setting up my Exchange email, the virtual directory fails.
As far as I can tell with my limited server experience, the reason this fails is that the query string / "OPTION" verb is directed to the FOLDER of the alias, and not the default FILE in the virtual directory.
This feels like there should be a very easy rewrite rule to solve this, or some other nifty IIS feature for this, but I can't seem to find it. When scouring the web (and this forum), I think I have found solutions for this issue in II6, but not yet in IIS7.5.
Does anyone have any ideas for this noob??
Thanks a ton,
Adam