Wiki

Clone wiki

Boot.Multitenancy / MultiDomain

multitenancy-top.png #Create multiple domains for testing.

Usually in a test environment you use IIS, we'll start here. Edit Hosts located in System32\drivers\etc.

##Add your domains to it.
127.0.0.1    www.domainOne.com
127.0.0.1    www.domainTwo.com
etc...

##Map your webproject in IIS. Point the site to your project and add Host headers (Edit bindings) like below:

www.domainOne.com
www.domainTwo.com

Updated