I have an IIS7 site www.mysite.net with two subapplications websiteA and websiteB.
Both of them can be accessed through subdomains www.mysite.net/websiteA and www.mysite.net/websiteB, and both are physical folders in wwwroot.
I now need to redirect requests made to www.mysite.net to www.mysite.net/websiteA while allowing www.mysite.net/websiteB to be accessible.
Any ideas on how to achieve it?
Thanks a lot!