I am making clone of 1 and 1 my business site where it creates sub domain for every customer. After registration it creates sub domain URL for every user according to the customer id like "http://s301488216.initial-website.co.uk/". And i have no idea that how to create subdomain dynamically. Or do i need any special folder structure for this.
+1
A:
Sub domains have nothing to do with asp.net; this is a DNS trick. So that is something you need to work out with whoever is managing the DNS servers for your domain.
Fredrik Mörk
2009-10-27 14:30:49
Do i need changes in my code for subdomain.Can you please explain this.
Pankaj Mishra
2009-10-27 14:41:50
@Pankaj: I have not done this myself, and I don't know what your code looks like, but I would assume that you will need to make some code adjustments to pick up the sub domain and act on it in some manner. There are some SO questions that may provide some guidance: http://stackoverflow.com/search?q=asp.net+subdomain+dynamic
Fredrik Mörk
2009-10-27 18:32:30