Hi,
I have an existing IIS7 site folder:
dev.mysite.com/scorecard/
I need to have requests to this folder displayed as a subdomain:
scorecards.mysite.com
Requests to the folder (dev.mysite.com/scorecard/) need to be seen in the browser as requests to scorecards.mysite.com. Examples of what the urls should be are:
dev.mysite.com/scorecard/help.aspx should be: scorecards.mysite.com/help.aspx
dev.mysite.com/scorecard/default.aspx should be: scorecards.mysite.com/default.aspx
I have URL Rewrite installed, but I cant seem to get the rule and conditions in place to do this.
Any help would be appreciated.