ASP.NET multi-Tenant Application
I have an Asp.net application 3.5. I want to be able to allow multiple/ different clients to access the same application but using different URL's. I have already managed to configure the database to allow this. So here's the main part. I want to host my application in a domain say... wwww.myapplication.com then allow different client to access the same application using 1) www.clientOne.myapplication.com 2) www.clientTwo.myapplication.com Also the client subdomains i.e(clientone.myapplication.com and clienttwo.myapplication.com) should be autocreated by the client upon registration. How can I