I am using WinHost, so the IIS settings are standard to what they allow. The sub folders are applications I believe.
What I am trying to do is map sub-domains to a folder as per
this blog post.
Essentially by using IIS URLRewrite you can map any domain or subdomain to a sub folder of the site's root without having to have the name of the sub folder in the URL.
I.e. to avoid myapp.mydomain.com/myapp/
I would like to run an instance of Kentico along with a separate application.
The rewriting of URLs works for the application in the /myapp/ directory.
When I ran through the Kentico web installer wizard the URL was www.mydomain.com/KenticoCMS/
I suspect from the exception that there is a conflict between the URL rewriting in the Kentico app (it is expecting /KenticoCMS/).
I'm thinking either I need to somehow modify the CMS to have it ignore that portion of the URL, or I should re-install in the root, then move it to the sub folder and put my root rewrite rules back in place?