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
Post a Comment