asp.net - HOW TO CREATE URL FOR REGISTER USER LIKE GOOGLE BLOG OR freshdesk.com -


I am developing an application in MVC4. My requirement is that to create a user specific url, suppose that my website link is www.demosite.com. This site will allow the user to register. After registering this site, will create a separate link for each blog like google blog or freshdesk.com. If the user is registered as Johns then the link will be created as www.john.demosite.com

then please suggest it is possible in MVC4 or asp.net application

You want to do this in the IIS settings to allow the wildcard subdomain, which you can do after the details.

Then it is up to you to store a valid subdomain after that.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -