I have my domain in Godaddy and only one web application is hosted in AWS Server with ASP.NET MVC Framework.
Consider my scenario :
for ex: https://www.lakshmicaddy.com
- User xyz is registering as new user in my website, then they need to get url as xyz.lakshmicaddy.com
2.User abc is registering as new user in my website, then they need to get url as abc.lakshmicaddy.com
Here I want to create a subdomain through programming in MVC and want to make let them point to the same www.lakshmicaddy.com application through https://xyz.lakshmicaddy.com and abc.lakshmicaddy.com
Question:
1.How can we create godaddy subdomain through ASP.NET MVC?
2.How can I link the subdomain with AWS application?