Is it possible to have a single solution with a main web project and have different projects set as sub-domains?
For instance, under one solution there would be:
- A data project
- The main "web" project -
www.example.com
- Another web project -
www.blog.example.com
- Another web -
www.foobar.example.com
I've seen most posts related to this are about routing - but is there some built in way to accomplish this?