i am developing a site which demo URL is http://www.abc.com now my client wants all member pages open in a new URL like http://members.abc.com and this site is design and developed in ASP.Net with C#. I am too confused that how we can do this?
I want to maintain login status on both domains. How to manage this functionality?
i am developing a site which demo URL is http://www.abc.com now my client wants
Share
To create the duplicate site you would need to create a new DNS A record and then set up the site in IIS. If the sites will always be exact duplicates running the same web application then you could create a CNAME record which would make
members.abc.coman alias ofwww.abc.com.To share the cookie between the two subdomains you explicitly set the cookie domain to
abc.com.