I need to host multiple sites on same domain in IIS (local). I have two sites :
- Site 1
- Site 2
Both have different root folders and one is a CMS application (Site 1) while the other is a pure HTML site (Site 2).
I need to host it as such :
www.mytestsite.com (Site 1)
www.mytestsite.com/childtestsite (Site 2)
I can get the first one working by making the necessary changes in the host file. However, as I understand, I need to host the Site 2
on a different port in IIS. Due to this, I am unable to use the host file. So, what would be the best way to get this working?