Hi,
We've been running our CMS system on IIS6 and are now planning to move to IIS7, however there is one problem I have yet to find a solution for.
The way the cms works is dependent on virtual folders. A default installation will be installed with a virtual directory called secure that points to the root of the site. (Both the root and /secure are pointing to the same physical location).
The cms system also handles sub-sites (www.foo.com/subsite), that also uses virtual directories to point the /subsite virtual folder to the root.
Problem is that I'm running in to all sorts of problems with the web config, and right now I'm at a loss on how to solve this issue. I can get the defualt website up, but then I cannot access /secure and vice versa.
(The CMS is our own system and I can modify the code to some extent, but to rewrite the entire site handling is quite a big task)
Anyone who have experience with this, or has any helpful suggestions is greatly appreciated.
Regards Niklas